Searched refs:mErrorTextView (Results 1 – 4 of 4) sorted by relevance
35 private TextView mErrorTextView; field in FingerprintUiHelper46 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("");
78 protected TextView mErrorTextView; field in ConfirmDeviceCredentialBaseFragment296 if (mErrorTextView != null) { in updateErrorMessage()309 mErrorTextView.setText("");314 mErrorTextView.setText(msg); in showError()
121 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()
133 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()267 mErrorTextView.setText(""); in onResume()480 mErrorTextView.setText(""); in handleAttemptLockout()