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

/frameworks/support/preference/src/main/java/androidx/preference/
H A DDialogPreference.java224 * @param negativeButtonTextResId The negative button text as a resource.
226 public void setNegativeButtonText(int negativeButtonTextResId) { argument
227 setNegativeButtonText(getContext().getString(negativeButtonTextResId));
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java226 * @param negativeButtonTextResId The negative button text as a resource.
228 public void setNegativeButtonText(@StringRes int negativeButtonTextResId) { argument
229 setNegativeButtonText(getContext().getString(negativeButtonTextResId));
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DAlertDialogTest.java1103 @StringRes int negativeButtonTextResId,
1119 if (negativeButtonTextResId != 0) {
1120 negativeButtonText = context.getString(negativeButtonTextResId);
1121 builder.setNegativeButton(negativeButtonTextResId, mockClickListener);
1102 verifyDialogButtons(@tringRes int positiveButtonTextResId, @StringRes int negativeButtonTextResId, @StringRes int neutralButtonTextResId, int whichButtonToClick) argument

Completed in 121 milliseconds