Searched defs:negativeButtonText (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/preference/
H A DDialogPreference.java207 * @param negativeButtonText The text of the negative button.
209 public void setNegativeButtonText(CharSequence negativeButtonText) { argument
210 mNegativeButtonText = negativeButtonText;

Completed in 43 milliseconds