Searched refs:mErrorTextView (Results 1 – 4 of 4) sorted by relevance
40 private TextView mErrorTextView; field in ManualActivity66 mErrorTextView.setText(String.format("%.4f", error));117 mErrorTextView = (TextView) findViewById(R.id.current_error); in onCreate()
84 protected TextView mErrorTextView; field in ConfirmDeviceCredentialBaseFragment228 if (mErrorTextView != null) { in updateErrorMessage()286 mErrorTextView.setText("");291 mErrorTextView.setText(msg); in showError()
142 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()288 mErrorTextView.setAlpha(0f); in prepareEnterAnimation()302 result.add(mErrorTextView); in getActiveViews()336 mErrorTextView.setText(""); in onResume()540 mErrorTextView.setText(""); in handleAttemptLockout()
126 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()328 mErrorTextView.setText(""); in updateStage()578 mErrorTextView.setText(getString( in handleAttemptLockout()