Home
last modified time | relevance | path

Searched refs:mErrorTextView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintUiHelper.java36 private TextView mErrorTextView; field in FingerprintUiHelper
47 mErrorTextView = errorTextView; in FingerprintUiHelper()
109 mErrorTextView.setText(error); in showError()
110 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in showError()
111 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT); in showError()
117 mErrorTextView.setText("");
/packages/apps/Settings/src/com/android/settings/
DConfirmDeviceCredentialBaseFragment.java78 protected TextView mErrorTextView; field in ConfirmDeviceCredentialBaseFragment
302 if (mErrorTextView != null) { in updateErrorMessage()
315 mErrorTextView.setText("");
320 mErrorTextView.setText(msg); in showError()
DConfirmLockPattern.java127 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()
299 mErrorTextView.setText(""); in updateStage()
310 mErrorTextView.setText(R.string.lockpattern_need_to_unlock_wrong); in updateStage()
539 mErrorTextView.setText(getString( in handleAttemptLockout()
DConfirmLockPassword.java140 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()
274 mErrorTextView.setText(""); in onResume()
489 mErrorTextView.setText(""); in handleAttemptLockout()