Searched refs:KEY_ALERTS (Results 1 - 2 of 2) 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)) {
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java276 if (!prefs.getBoolean(GeneralPreferences.KEY_ALERTS, true)) {

Completed in 110 milliseconds