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

/frameworks/base/core/java/android/preference/
H A DDialogPreference.java215 * @param negativeButtonTextResId The negative button text as a resource.
217 public void setNegativeButtonText(int negativeButtonTextResId) { argument
218 setNegativeButtonText(getContext().getString(negativeButtonTextResId));

Completed in 63 milliseconds