Searched refs:timersInTimesUp (Results 1 – 2 of 2) sorted by relevance
418 for (TimerObj timerObj : Timers.timersInTimesUp(mTimers) ) { in showTimesUpNotification()480 for (TimerObj timerObj : Timers.timersInTimesUp(mTimers) ) { in cancelTimesUpNotification()
83 public static ArrayList<TimerObj> timersInTimesUp(ArrayList<TimerObj> timers) { in timersInTimesUp() method in Timers