Searched refs:notifyMgr (Results 1 – 2 of 2) sorted by relevance
88 NotificationManager notifyMgr = in cancelCountdownNotification() local90 notifyMgr.cancel(Constants.NOTIFICATION_TIMER_COUNTDOWN); in cancelCountdownNotification()104 NotificationManager notifyMgr = in showTimerDoneNotification() local116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif); in showTimerDoneNotification()
83 NotificationManager notifyMgr = in setupTimer() local87 cancelCountdown(notifyMgr); in setupTimer()90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration)); in setupTimer()166 private void cancelCountdown(NotificationManager notifyMgr) { in cancelCountdown() argument167 notifyMgr.cancel(Constants.NOTIFICATION_TIMER_EXPIRED); in cancelCountdown()