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/
TimerReceiver.java 181 ArrayList<TimerObj> timersInUse = Timers.timersInUse(mTimers);
182 int numTimersInUse = timersInUse.size();
191 if (timersInUse.size() == 1) {
192 TimerObj timer = timersInUse.get(0);
202 TimerObj timer = getNextRunningTimer(timersInUse, false, now);
217 TimerObj timerWithUpdate = getNextRunningTimer(timersInUse, true, now);
Timers.java 76 public static ArrayList<TimerObj> timersInUse(ArrayList<TimerObj> timers) {

Completed in 1072 milliseconds