Home
last modified time | relevance | path

Searched refs:setNegativeButtonText (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/preference/
H A DDialogPreference.java243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() method in DialogPreference
251 public void setNegativeButtonText(@StringRes int negativeButtonTextResId) { in setNegativeButtonText() method in DialogPreference
252 setNegativeButtonText(getContext().getString(negativeButtonTextResId)); in setNegativeButtonText()
H A DSeekBarDialogPreference.java70 setNegativeButtonText(R.string.cancel); in createActionButtons()
/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessagePreference.java290 public BannerMessagePreference setNegativeButtonText(@StringRes int textResId) { in setNegativeButtonText() method in BannerMessagePreference
291 return setNegativeButtonText(getContext().getString(textResId)); in setNegativeButtonText()
297 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() method in BannerMessagePreference
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DCreateUserDialogController.java245 .setNegativeButtonText(R.string.cancel) in updateLayout()
257 .setNegativeButtonText(R.string.back) in updateLayout()
268 .setNegativeButtonText(R.string.back) in updateLayout()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DBannerMessagePreferenceTest.java211 mBannerPreference.setNegativeButtonText(TEST_STRING_RES_ID); in setNegativeButtonText_shouldShowNegativeButton()
260 mBannerPreference.setNegativeButtonText(TEST_STRING_RES_ID); in setNegativeButtonVisible_withTrue_shouldShowNegativeButton()
271 mBannerPreference.setNegativeButtonText(TEST_STRING_RES_ID); in setNegativeButtonVisible_withFalse_shouldHideNegativeButton()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DCustomDialogHelper.java124 public CustomDialogHelper setNegativeButtonText(@StringRes int resid) { in setNegativeButtonText() method in CustomDialogHelper
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java188 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() method in PromptInfo
H A DBiometricPrompt.java279 mPromptInfo.setNegativeButtonText(text); in setNegativeButton()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java1044 promptInfo.setNegativeButtonText("Negative Button"); in createTestPromptInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34438 method @Deprecated public void setNegativeButtonText(CharSequence);
34439 method @Deprecated public void setNegativeButtonText(@StringRes int);