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

/packages/apps/Calendar/src/com/android/calendar/
H A DGeneralPreferences.java74 public static final String KEY_ALERTS = "preferences_alerts"; field in class:GeneralPreferences
159 mAlert = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS);
282 if (key.equals(KEY_ALERTS)) {
366 if (!prefs.contains(KEY_ALERTS) && prefs.contains(KEY_ALERTS_TYPE)) {

Completed in 80 milliseconds