Home | History | Annotate | Download | only in deskclock

Lines Matching refs:Preference

27 import android.preference.CheckBoxPreference;
28 import android.preference.Preference;
29 import android.preference.PreferenceActivity;
30 import android.preference.PreferenceScreen;
43 public class SetAlarm extends PreferenceActivity implements Preference.OnPreferenceChangeListener,
52 private Preference mTimePref;
77 // Get each preference so we can retrieve the value later.
213 public boolean onPreferenceChange(final Preference p, Object newValue) {
215 // the value of the preference has changed.
218 // Editing any preference (except enable) enables the alarm.
236 // Give the alert uri to the preference.
243 Preference preference) {
244 if (preference == mTimePref) {
248 return super.onPreferenceTreeClick(preferenceScreen, preference);