Searched refs:mResetErrorTextRunnable (Results 1 – 1 of 1) sorted by relevance
110 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in showError()111 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT); in showError()114 private Runnable mResetErrorTextRunnable = new Runnable() { field in FingerprintUiHelper