Home
last modified time | relevance | path

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

/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java48 private static final long SNOOZE_TIME = TimeUnit.SECONDS.toMillis(5); field in BigTextIntentService
109 Thread.sleep(SNOOZE_TIME); in handleActionSnooze()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java49 private static final long SNOOZE_TIME = TimeUnit.SECONDS.toMillis(5); field in BigTextIntentService
110 Thread.sleep(SNOOZE_TIME); in handleActionSnooze()