Searched refs:errorText (Results 1 – 9 of 9) sorted by relevance
97 private TextView errorText; field in VoicemailChangePinActivity121 activity.errorText.setText(null); in onEnter()217 activity.errorText.setText(error); in onInputChanged()220 activity.errorText.setText(null); in onInputChanged()258 activity.errorText.setText(null); in onInputChanged()261 activity.errorText.setText(R.string.change_pin_confirm_pins_dont_match); in onInputChanged()357 errorText = (TextView) view.findViewById(R.id.errorText); in onCreate()
58 onView(withId(R.id.errorText)).check(matches(withText(R.string.lockpassword_invalid_pin))); in enterWrongPin_shouldShowErrorMessage()68 onView(withId(R.id.errorText)).check(matches(withText(R.string.lockpassword_invalid_pin))); in enterWrongPin_darkTheme_shouldShowErrorMessage()
85 TextView errorText = mActivity.findViewById(R.id.error_text); in fingerprintEnrollHelp_shouldShowHelpText() local86 assertThat(errorText.getText()).isEqualTo("test enrollment help"); in fingerprintEnrollHelp_shouldShowHelpText()
186 remoteViews.setTextViewText(R.id.errorText, builder); in getViewAt()195 remoteViews.setTextViewText(R.id.errorText, in getViewAt()
141 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()
120 mErrorTextView = (TextView) view.findViewById(R.id.errorText); in onCreateView()
3015 String errorText = String.format(getString(R.string.invalid_recipient),3017 showRecipientErrorDialog(errorText);