Searched refs:timerId (Results 1 – 5 of 5) sorted by relevance
86 int timerId = intent.getIntExtra(Timers.TIMER_INTENT_EXTRA, -1); in onReceive() local87 if (timerId == -1) { in onReceive()91 TimerObj t = Timers.findTimer(mTimers, timerId); in onReceive()215 int timerId = (t == null) ? -1 : t.mTimerId; in updateNextTimesup() local223 intent.putExtra(Timers.TIMER_INTENT_EXTRA, timerId); in updateNextTimesup()
179 public TimerObj(long timerLength, int timerId) { in TimerObj() argument180 init(timerLength, timerId); in TimerObj()192 private void init (long length, int timerId) { in init() argument196 mTimerId = timerId; in init()
50 public static TimerObj findTimer(ArrayList<TimerObj> timers, int timerId) { in findTimer() argument54 if (t.mTimerId == timerId) { in findTimer()
743 private void cancelTimerNotification(int timerId) { in cancelTimerNotification() argument744 mNotificationManager.cancel(timerId); in cancelTimerNotification()
906 private void cancelTimerNotification(int timerId) { in cancelTimerNotification() argument907 mNotificationManager.cancel(timerId); in cancelTimerNotification()