Searched refs:mResetErrorTextRunnable (Results 1 – 2 of 2) sorted by relevance
105 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()124 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in showError()125 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT_MILLIS); in showError()128 private Runnable mResetErrorTextRunnable = new Runnable() { field in FingerprintUiHelper
124 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()143 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in showError()144 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT_MILLIS); in showError()148 Runnable mResetErrorTextRunnable = new Runnable() { field in FingerprintUiHelper