Searched refs:findTimer (Results 1 – 2 of 2) sorted by relevance
57 public static TimerObj findTimer(ArrayList<TimerObj> timers, int timerId) { in findTimer() method in Timers
93 TimerObj t = Timers.findTimer(mTimers, timerId); in onReceive()