Searched refs:buttonText (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java437 String buttonText = isRadioOn() ?
440 radioPowerButton.setText(buttonText);
982 String buttonText = isImsRegRequired() ?
985 imsRegRequiredButton.setText(buttonText);
1007 String buttonText = isSmsOverImsEnabled() ?
1010 smsOverImsButton.setText(buttonText);
1032 String buttonText = isLteRamDumpEnabled() ?
1035 lteRamDumpButton.setText(buttonText);
H A DChooseLockPassword.java157 this.buttonText = nextButtonText;
162 public final int buttonText; field in class:ChooseLockPassword.ChooseLockPasswordFragment.Stage
507 mNextButton.setText(mUiStage.buttonText);
H A DSettingsActivity.java623 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
624 if (TextUtils.isEmpty(buttonText)) {
628 mNextButton.setText(buttonText);
632 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
633 if (TextUtils.isEmpty(buttonText)) {
637 backButton.setText(buttonText);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java711 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { argument
725 mExpandCollapseTextView.setText(buttonText);

Completed in 84 milliseconds