Home | History | Annotate | Download | only in deskclock

Lines Matching refs:snooze

80                 snooze();
145 // Register to get the alarm killed/snooze/dismiss intent.
193 // Attempt to snooze this alert.
194 private void snooze() {
196 Log.v("AlarmAlertFullScreen - snooze");
199 final String snooze =
202 int snoozeMinutes = Integer.parseInt(snooze);
209 // Get the display time for the snooze and update the notification.
243 // Intentionally log the snooze time for debugging.
246 // Display the snooze minutes in a toast.
307 // If the alarm was deleted at some point, disable snooze.
353 snooze();
398 snooze();