Home
last modified time | relevance | path

Searched defs:timers (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimers.java50 public static TimerObj findTimer(ArrayList<TimerObj> timers, int timerId) { in findTimer()
60 public static TimerObj findExpiredTimer(ArrayList<TimerObj> timers) { in findExpiredTimer()
71 public static ArrayList<TimerObj> timersInUse(ArrayList<TimerObj> timers) { in timersInUse()
83 public static ArrayList<TimerObj> timersInTimesUp(ArrayList<TimerObj> timers) { in timersInTimesUp()
DTimerObj.java251 SharedPreferences prefs, ArrayList<TimerObj> timers) { in getTimersFromSharedPrefs()
271 SharedPreferences prefs, ArrayList<TimerObj> timers, int match) { in getTimersFromSharedPrefs()
287 SharedPreferences prefs, ArrayList<TimerObj> timers) { in putTimersInSharedPrefs()
309 ArrayList<TimerObj> timers = new ArrayList<TimerObj>(); in resetTimersInSharedPrefs() local
DTimerReceiver.java387 ArrayList<TimerObj> timers, boolean requireNextUpdate, long now) { in getNextRunningTimer()
/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java182 final ArrayList<TimerObj> timers = new ArrayList<TimerObj>(); in handleSetTimer() local