Searched refs:buttonText (Results 1 – 6 of 6) sorted by relevance
324 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in onCreate() local325 if (TextUtils.isEmpty(buttonText)) { in onCreate()328 mNextButton.setText(buttonText); in onCreate()332 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in onCreate() local333 if (TextUtils.isEmpty(buttonText)) { in onCreate()336 backButton.setText(buttonText); in onCreate()
218 CharSequence buttonText = null; in updateToQuietModeErrorMessage() local220 buttonText = mEnv.getContext().getResources().getText(R.string.quiet_mode_button); in updateToQuietModeErrorMessage()227 buttonText, in updateToQuietModeErrorMessage() local
177 CharSequence buttonText = ((Button) v).getText(); in revealTheButton() local178 mSelectedLabel.setText(buttonText); in revealTheButton()
345 this.buttonText = nextButtonText; in Stage()375 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage886 setNextText(mUiStage.buttonText); in updateUi()
890 Optional<Integer> buttonText = SpeakEasyComponent.get(context).speakEasyTextResource(); in addSpeakeasyAnswerAction() local891 if (!buttonText.isPresent()) { in addSpeakeasyAnswerAction()899 Spannable spannable = new SpannableString(context.getText(buttonText.get())); in addSpeakeasyAnswerAction()
762 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { in updateExpandCollapseButton() argument774 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()