Searched refs:buttonText (Results 1 – 5 of 5) sorted by relevance
352 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in createUiFromIntent() local353 if (TextUtils.isEmpty(buttonText)) { in createUiFromIntent()356 mNextButton.setText(buttonText); in createUiFromIntent()360 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in createUiFromIntent() local361 if (TextUtils.isEmpty(buttonText)) { in createUiFromIntent()364 backButton.setText(buttonText); in createUiFromIntent()
236 CharSequence buttonText = null; in updateToQuietModeErrorMessage() local238 buttonText = getEnterpriseString( in updateToQuietModeErrorMessage()247 buttonText, in updateToQuietModeErrorMessage() local
355 this.buttonText = nextButtonText; in Stage()385 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage916 setNextText(mUiStage.buttonText); in updateUi()
917 Optional<Integer> buttonText = SpeakEasyComponent.get(context).speakEasyTextResource(); in addSpeakeasyAnswerAction() local918 if (!buttonText.isPresent()) { in addSpeakeasyAnswerAction()926 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()