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.java35 private TextView mErrorTextView; field in FingerprintUiHelper
46 mErrorTextView = errorTextView; in FingerprintUiHelper()
108 mErrorTextView.setText(error); in showError()
109 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in showError()
110 mErrorTextView.postDelayed(mResetErrorTextRunnable, ERROR_TIMEOUT); in showError()
116 mErrorTextView.setText("");
/packages/apps/Settings/src/com/android/settings/
DConfirmDeviceCredentialBaseFragment.java78 protected TextView mErrorTextView; field in ConfirmDeviceCredentialBaseFragment
296 if (mErrorTextView != null) { in updateErrorMessage()
309 mErrorTextView.setText("");
314 mErrorTextView.setText(msg); in showError()
DConfirmLockPattern.java121 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()
294 mErrorTextView.setText(""); in updateStage()
305 mErrorTextView.setText(R.string.lockpattern_need_to_unlock_wrong); in updateStage()
537 mErrorTextView.setText(getString( in handleAttemptLockout()
DConfirmLockPassword.java133 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()
267 mErrorTextView.setText(""); in onResume()
480 mErrorTextView.setText(""); in handleAttemptLockout()