Home
last modified time | relevance | path

Searched refs:notifyMgr (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java88 NotificationManager notifyMgr = in cancelCountdownNotification() local
90 notifyMgr.cancel(Constants.NOTIFICATION_TIMER_COUNTDOWN); in cancelCountdownNotification()
104 NotificationManager notifyMgr = in showTimerDoneNotification() local
116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif); in showTimerDoneNotification()
DSetTimerActivity.java83 NotificationManager notifyMgr = in setupTimer() local
87 cancelCountdown(notifyMgr); in setupTimer()
90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration)); in setupTimer()
166 private void cancelCountdown(NotificationManager notifyMgr) { in cancelCountdown() argument
167 notifyMgr.cancel(Constants.NOTIFICATION_TIMER_EXPIRED); in cancelCountdown()