Searched refs:TIMER_IDS (Results 1 – 2 of 2) sorted by relevance
27 private const val TIMER_IDS = "timers_list" constant62 val timerIds: Set<String> = prefs.getStringSet(TIMER_IDS, emptySet<String>())!! in getTimers()103 editor.putStringSet(TIMER_IDS, timerIds) in addTimer()156 editor.remove(TIMER_IDS) in removeTimer()159 editor.putStringSet(TIMER_IDS, timerIds) in removeTimer()176 return prefs.getStringSet(TIMER_IDS, emptySet<String>())!! in getTimerIds()
38 private static final String TIMER_IDS = "timers_list"; field in TimerDAO74 final Set<String> timerIds = prefs.getStringSet(TIMER_IDS, Collections.<String>emptySet()); in getTimers()115 editor.putStringSet(TIMER_IDS, timerIds); in addTimer()167 editor.remove(TIMER_IDS); in removeTimer()170 editor.putStringSet(TIMER_IDS, timerIds); in removeTimer()187 return prefs.getStringSet(TIMER_IDS, Collections.<String>emptySet()); in getTimerIds()