Searched refs:negativeButtonText (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogTest.java1049 private void verifyDialogButtons(String positiveButtonText, String negativeButtonText, argument
1059 if (!TextUtils.isEmpty(negativeButtonText)) {
1060 builder.setNegativeButton(negativeButtonText, mockClickListener);
1075 verifyButtonContent(positiveButtonText, negativeButtonText, neutralButtonText);
1084 textOfButtonToClick = negativeButtonText;
1106 String negativeButtonText = null;
1119 negativeButtonText = context.getString(negativeButtonTextResId);
1136 verifyButtonContent(positiveButtonText, negativeButtonText, neutralButtonText);
1145 textOfButtonToClick = negativeButtonText;
1163 final String negativeButtonText, fina
1162 verifyDialogButtonsPostCreation(final String positiveButtonText, final String negativeButtonText, final String neutralButtonText, int whichButtonToClick) argument
1227 verifyDialogButtonsPostCreationMessage(final String positiveButtonText, final String negativeButtonText, final String neutralButtonText, int whichButtonToClick) argument
[all...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DDialogPreference.java37 * @attr name android:negativeButtonText
215 * @param negativeButtonText The text of the negative button.
217 public void setNegativeButtonText(CharSequence negativeButtonText) { argument
218 mNegativeButtonText = negativeButtonText;
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java218 * @param negativeButtonText The text of the negative button.
220 public void setNegativeButtonText(CharSequence negativeButtonText) { argument
221 mNegativeButtonText = negativeButtonText;

Completed in 84 milliseconds