Searched refs:mErrorTextView (Results 1 – 4 of 4) sorted by relevance
36 private TextView mErrorTextView; field in FingerprintUiHelper47 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("");
78 protected TextView mErrorTextView; field in ConfirmDeviceCredentialBaseFragment302 if (mErrorTextView != null) { in updateErrorMessage()315 mErrorTextView.setText("");320 mErrorTextView.setText(msg); in showError()
127 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()
140 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()274 mErrorTextView.setText(""); in onResume()489 mErrorTextView.setText(""); in handleAttemptLockout()