Home
last modified time | relevance | path

Searched refs:ERROR_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintUiHelper.java29 private static final long ERROR_TIMEOUT_MILLIS = 1600; field in FingerprintUiHelper
88 }, ERROR_TIMEOUT_MILLIS); in onAuthenticationError()
125 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT_MILLIS); in showError()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintUiHelper.java37 @VisibleForTesting static final long ERROR_TIMEOUT_MILLIS = 1600; field in FingerprintUiHelper
111 }, ERROR_TIMEOUT_MILLIS); in onAuthenticationError()
148 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT_MILLIS); in showError()