Searched refs:setNegativeButtonText (Results 1 – 10 of 10) 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()
288 public BannerMessagePreference setNegativeButtonText(@StringRes int textResId) { in setNegativeButtonText() method in BannerMessagePreference289 return setNegativeButtonText(getContext().getString(textResId)); in setNegativeButtonText()295 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() method in BannerMessagePreference
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()
163 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() method in PromptInfo
251 mPromptInfo.setNegativeButtonText(text); in setNegativeButton()
364 promptInfo.setNegativeButtonText("Negative"); in buildPromptInfo()
579 promptInfo.setNegativeButtonText("Negative Button"); in createTestPromptInfo()
32491 method @Deprecated public void setNegativeButtonText(CharSequence);32492 method @Deprecated public void setNegativeButtonText(@StringRes int);
22499 method public void setNegativeButtonText(java.lang.CharSequence);22500 method public void setNegativeButtonText(int);