Searched refs:setNegativeButtonText (Results 1 – 11 of 11) sorted by relevance
243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() method in DialogPreference251 public void setNegativeButtonText(@StringRes int negativeButtonTextResId) { in setNegativeButtonText() method in DialogPreference252 setNegativeButtonText(getContext().getString(negativeButtonTextResId)); in setNegativeButtonText()
70 setNegativeButtonText(R.string.cancel); in createActionButtons()
290 public BannerMessagePreference setNegativeButtonText(@StringRes int textResId) { in setNegativeButtonText() method in BannerMessagePreference291 return setNegativeButtonText(getContext().getString(textResId)); in setNegativeButtonText()297 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() method in BannerMessagePreference
245 .setNegativeButtonText(R.string.cancel) in updateLayout()257 .setNegativeButtonText(R.string.back) in updateLayout()268 .setNegativeButtonText(R.string.back) in updateLayout()
211 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()
124 public CustomDialogHelper setNegativeButtonText(@StringRes int resid) { in setNegativeButtonText() method in CustomDialogHelper
188 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() method in PromptInfo
279 mPromptInfo.setNegativeButtonText(text); in setNegativeButton()
1044 promptInfo.setNegativeButtonText("Negative Button"); in createTestPromptInfo()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34438 method @Deprecated public void setNegativeButtonText(CharSequence);34439 method @Deprecated public void setNegativeButtonText(@StringRes int);