Home
last modified time | relevance | path

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

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DConstants.java31 public static final int NOTIFICATION_TIMER_EXPIRED = 2; field in Constants
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif); in showTimerDoneNotification()
DSetTimerActivity.java167 notifyMgr.cancel(Constants.NOTIFICATION_TIMER_EXPIRED); in cancelCountdown()