Home
last modified time | relevance | path

Searched refs:NOTIFICATION_TIMER_COUNTDOWN (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DConstants.java30 public static final int NOTIFICATION_TIMER_COUNTDOWN = 1; field in Constants
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java90 notifyMgr.cancel(Constants.NOTIFICATION_TIMER_COUNTDOWN); in cancelCountdownNotification()
DSetTimerActivity.java90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration)); in setupTimer()