Searched defs:ListPreference (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DListPreference.java38 public class ListPreference extends DialogPreference { class in inherits:DialogPreference
45 public ListPreference(Context context, AttributeSet attrs) { method in class:ListPreference
49 com.android.internal.R.styleable.ListPreference, 0, 0);
63 public ListPreference(Context context) { method in class:ListPreference
139 * Returns the summary of this ListPreference. If the summary
233 "ListPreference requires an entries array and an entryValues array.");
246 ListPreference.this.onClick(dialog, DialogInterface.BUTTON_POSITIVE);

Completed in 52 milliseconds