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 …]
38 private final TextView mErrorTextView; field in FingerprintUiHelper70 mErrorTextView = errorTextView; in FingerprintUiHelper()124 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()126 mErrorTextView.setTextColor( in onAuthenticationSucceeded()127 mErrorTextView.getResources().getColor(R.color.success_color, null)); in onAuthenticationSucceeded()128 mErrorTextView.setText( in onAuthenticationSucceeded()129 mErrorTextView.getResources().getString(R.string.fingerprint_success)); in onAuthenticationSucceeded()140 mErrorTextView.setText(error); in showError()141 mErrorTextView.setTextColor( in showError()142 mErrorTextView.getResources().getColor(R.color.warning_color, null)); in showError()[all …]