Home | History | Annotate | Download | only in preference

Lines Matching refs:Preference

17 package com.example.android.apis.preference;
25 import android.preference.Preference;
31 * This is an example of a custom preference type. The preference counts the
34 public class MyPreference extends Preference {
69 // preference should be persistent, along with other useful checks)
78 // This preference type's value type is Integer, so we read the default
99 * Suppose a client uses this preference type without persisting. We
133 * of MyPreference, a subclass of Preference.