Searched refs:PREF_SNOOZE_IDS (Results 1 – 1 of 1) sorted by relevance
98 private static final String PREF_SNOOZE_IDS = "snooze_ids"; field in Alarms203 final Set<String> snoozedIds = prefs.getStringSet(PREF_SNOOZE_IDS, new HashSet<String>()); in clearSnoozeIfNeeded()327 final Set<String> snoozedIds = prefs.getStringSet(PREF_SNOOZE_IDS, new HashSet<String>()); in calculateNextAlert()489 prefs.getStringSet(PREF_SNOOZE_IDS, new HashSet<String>()); in saveSnoozeAlert()492 ed.putStringSet(PREF_SNOOZE_IDS, snoozedIds); in saveSnoozeAlert()526 prefs.getStringSet(PREF_SNOOZE_IDS, new HashSet<String>()); in clearSnoozePreference()535 ed.putStringSet(PREF_SNOOZE_IDS, snoozedIds); in clearSnoozePreference()545 prefs.getStringSet(PREF_SNOOZE_IDS, new HashSet<String>()); in clearAllSnoozePreferences()552 ed.remove(PREF_SNOOZE_IDS); in clearAllSnoozePreferences()557 final Set<String> snoozedIds = prefs.getStringSet(PREF_SNOOZE_IDS, null); in hasAlarmBeenSnoozed()