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

/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceManager.java42 public class PreferenceManager { class
113 public PreferenceManager(Context context) { method in class:PreferenceManager
312 * preferences that are managed by this PreferenceManager. If
418 * {@link PreferenceManager#getDefaultSharedPreferences(Context)}
448 * {@link PreferenceManager#getDefaultSharedPreferences(Context)}
462 final PreferenceManager pm = new PreferenceManager(context);
558 * hierarchy rooted at this {@link PreferenceManager} is clicked.
572 * this {@link PreferenceManager} is clicked.
581 * Returns the {@link PreferenceManager
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java49 public class PreferenceManager { class
51 private static final String TAG = "PreferenceManager";
169 public PreferenceManager(Activity activity, int firstRequestCode) { method in class:PreferenceManager
180 * The {@link PreferenceManager#PreferenceManager(Activity)}
184 /*package*/ PreferenceManager(Context context) { method in class:PreferenceManager
488 * preferences that are managed by this PreferenceManager. If a
602 * {@link PreferenceManager#getDefaultSharedPreferences(Context)}
633 * {@link PreferenceManager#getDefaultSharedPreferences(Context)}
647 final PreferenceManager p
[all...]

Completed in 138 milliseconds