Home
last modified time | relevance | path

Searched refs:positiveButtonText (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/preference/
H A DPreferenceTest.java964 String positiveButtonText = "Ok"; in testEditTextPreference() local
965 preference.setPositiveButtonText(positiveButtonText); in testEditTextPreference()
981 onView(withText(positiveButtonText)).perform(click()); in testEditTextPreference()
1023 String positiveButtonText = "Ok"; in testSeekBarPreference() local
1024 preference.setPositiveButtonText(positiveButtonText); in testSeekBarPreference()
1037 onView(withText(positiveButtonText)).check(matches(isDisplayed())); in testSeekBarPreference()
1057 String positiveButtonText = "Ok"; in testSeekBarPreference_clickOk_valueSaved() local
1058 preference.setPositiveButtonText(positiveButtonText); in testSeekBarPreference_clickOk_valueSaved()
1071 onView(withText(positiveButtonText)).perform(click()); in testSeekBarPreference_clickOk_valueSaved()
1086 String positiveButtonText = "Ok"; in testSeekBarPreference_clickCancel_valueNotSaved() local
[all …]
/aosp12/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessagePreference.java277 public BannerMessagePreference setPositiveButtonText(String positiveButtonText) { in setPositiveButtonText() argument
278 if (!TextUtils.equals(positiveButtonText, mPositiveButtonInfo.mText)) { in setPositiveButtonText()
279 mPositiveButtonInfo.mText = positiveButtonText; in setPositiveButtonText()
/aosp12/frameworks/base/core/java/com/android/internal/accessibility/dialog/
H A DAccessibilityShortcutChooserActivity.java177 final String positiveButtonText = in createMenuDialog() local
179 builder.setPositiveButton(positiveButtonText, /* listener= */ null); in createMenuDialog()
/aosp12/frameworks/base/core/java/android/preference/
H A DDialogPreference.java215 public void setPositiveButtonText(CharSequence positiveButtonText) { in setPositiveButtonText() argument
216 mPositiveButtonText = positiveButtonText; in setPositiveButtonText()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1122 field public static final int positiveButtonText = 16843253; // 0x10101f5
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt944 field public static final int positiveButtonText = 16843253; // 0x10101f5
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79567 Lcom/android/internal/R$attr;->positiveButtonText:I