HomeSort by relevance Sort by last modified time
    Searched refs:buttonText (Results 1 - 11 of 11) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 158 public ButtonInfo(int buttonText, Intent... intents) {
159 mButtonText = buttonText;
164 public ButtonInfo(int buttonText, String intentFactoryClassName) {
165 mButtonText = buttonText;
221 Intent[] createIntents(String testId, int buttonText);
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 446 String buttonText = isRadioOn() ?
449 radioPowerButton.setText(buttonText);
    [all...]
ChooseLockPassword.java 159 this.buttonText = nextButtonText;
164 public final int buttonText;
526 setNextText(mUiStage.buttonText);
SettingsActivity.java 628 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
629 if (TextUtils.isEmpty(buttonText)) {
633 mNextButton.setText(buttonText);
637 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
638 if (TextUtils.isEmpty(buttonText)) {
642 backButton.setText(buttonText);
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 670 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
671 if (TextUtils.isEmpty(buttonText)) {
675 mNextButton.setText(buttonText);
679 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
680 if (TextUtils.isEmpty(buttonText)) {
684 backButton.setText(buttonText);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 177 public Intent[] createIntents(String testId, int buttonText) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 700 private void updateExpandCollapseButton(CharSequence buttonText, long duration) {
714 mExpandCollapseTextView.setText(buttonText);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]

Completed in 948 milliseconds