HomeSort by relevance Sort by last modified time
    Searched refs:timersInUse (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
Timers.java 70 public static ArrayList<TimerObj> timersInUse(ArrayList<TimerObj> timers) {
TimerReceiver.java 240 ArrayList<TimerObj> timersInUse = Timers.timersInUse(mTimers);
241 int numTimersInUse = timersInUse.size();
250 if (timersInUse.size() == 1) {
251 TimerObj timer = timersInUse.get(0);
261 TimerObj timer = getNextRunningTimer(timersInUse, false, now);
276 TimerObj timerWithUpdate = getNextRunningTimer(timersInUse, true, now);

Completed in 125 milliseconds