Searched refs:mErrorTextView (Results 1 – 2 of 2) sorted by relevance
34 private final TextView mErrorTextView; field in FingerprintUiHelper47 mErrorTextView = errorTextView; in FingerprintUiHelper()105 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()107 mErrorTextView.setTextColor( in onAuthenticationSucceeded()108 mErrorTextView.getResources().getColor(R.color.success_color, null)); in onAuthenticationSucceeded()109 mErrorTextView.setText( in onAuthenticationSucceeded()110 mErrorTextView.getResources().getString(R.string.fingerprint_success)); in onAuthenticationSucceeded()121 mErrorTextView.setText(error); in showError()122 mErrorTextView.setTextColor( in showError()123 mErrorTextView.getResources().getColor(R.color.warning_color, null)); in showError()[all …]
42 private final TextView mErrorTextView; field in FingerprintUiHelper74 mErrorTextView = errorTextView; in FingerprintUiHelper()128 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()130 mErrorTextView.setTextColor( in onAuthenticationSucceeded()131 mErrorTextView.getResources().getColor(R.color.success_color, null)); in onAuthenticationSucceeded()132 mErrorTextView.setText( in onAuthenticationSucceeded()133 mErrorTextView.getResources().getString(R.string.fingerprint_success)); in onAuthenticationSucceeded()144 mErrorTextView.setText(error); in showError()145 mErrorTextView.setTextColor( in showError()146 mErrorTextView.getResources().getColor(R.color.warning_color, null)); in showError()[all …]