Searched refs:negativeButtonText (Results 1 – 6 of 6) sorted by relevance
163 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument164 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
295 public BannerMessagePreference setNegativeButtonText(String negativeButtonText) { in setNegativeButtonText() argument296 if (!TextUtils.equals(negativeButtonText, mNegativeButtonInfo.mText)) { in setNegativeButtonText()297 mNegativeButtonInfo.mText = negativeButtonText; in setNegativeButtonText()
243 public void setNegativeButtonText(CharSequence negativeButtonText) { in setNegativeButtonText() argument244 mNegativeButtonText = negativeButtonText; in setNegativeButtonText()
1025 field public static final int negativeButtonText = 16843254; // 0x10101f6
871 field public static final int negativeButtonText = 16843254; // 0x10101f6
79481 Lcom/android/internal/R$attr;->negativeButtonText:I