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

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java68 * class. If you are using PreferenceActivity in its old mode, the documentation
85 * <p>Subclasses of PreferenceActivity should implement
93 * <p>For information about using {@code PreferenceActivity},
126 public abstract class PreferenceActivity extends ListActivity implements class in inherits:ListActivity,PreferenceManager.OnPreferenceTreeClickListener,PreferenceFragment.OnPreferenceStartFragmentCallback
130 private static final String TAG = "PreferenceActivity";
140 * <p/>Starting from Key Lime Pie, when this argument is passed in, the PreferenceActivity
150 * of PreferenceActivity.
334 * {@link PreferenceActivity#HEADER_ID_UNDEFINED}, meaning no id.
416 * Optional additional data for use by subclasses of PreferenceActivity.
538 // Theming for the PreferenceActivity layou
[all...]

Completed in 95 milliseconds