Searched refs:SNOOZE_TIME (Results 1 – 2 of 2) sorted by relevance
48 private static final long SNOOZE_TIME = TimeUnit.SECONDS.toMillis(5); field in BigTextIntentService109 Thread.sleep(SNOOZE_TIME); in handleActionSnooze()
49 private static final long SNOOZE_TIME = TimeUnit.SECONDS.toMillis(5); field in BigTextIntentService110 Thread.sleep(SNOOZE_TIME); in handleActionSnooze()