Home
last modified time | relevance | path

Searched refs:buttonText (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java324 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in onCreate() local
325 if (TextUtils.isEmpty(buttonText)) { in onCreate()
328 mNextButton.setText(buttonText); in onCreate()
332 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in onCreate() local
333 if (TextUtils.isEmpty(buttonText)) { in onCreate()
336 backButton.setText(buttonText); in onCreate()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java218 CharSequence buttonText = null; in updateToQuietModeErrorMessage() local
220 buttonText = mEnv.getContext().getResources().getText(R.string.quiet_mode_button); in updateToQuietModeErrorMessage()
227 buttonText, in updateToQuietModeErrorMessage() local
/packages/services/Telephony/src/com/android/phone/
DEmergencyActionGroup.java177 CharSequence buttonText = ((Button) v).getText(); in revealTheButton() local
178 mSelectedLabel.setText(buttonText); in revealTheButton()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockPassword.java345 this.buttonText = nextButtonText; in Stage()
375 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage
886 setNextText(mUiStage.buttonText); in updateUi()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java890 Optional<Integer> buttonText = SpeakEasyComponent.get(context).speakEasyTextResource(); in addSpeakeasyAnswerAction() local
891 if (!buttonText.isPresent()) { in addSpeakeasyAnswerAction()
899 Spannable spannable = new SpannableString(context.getText(buttonText.get())); in addSpeakeasyAnswerAction()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java762 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { in updateExpandCollapseButton() argument
774 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()