Searched refs:SNOOZE_DELAY (Results 1 – 2 of 2) sorted by relevance
79 long alarmTime = System.currentTimeMillis() + AlertUtils.SNOOZE_DELAY; in onHandleIntent()
47 public static final long SNOOZE_DELAY = 5 * 60 * 1000L; field in AlertUtils