Home | History | Annotate | Download | only in alarms

Lines Matching defs:snooze

91                         snooze();
202 mSnoozeButton = (ImageView) mContentView.findViewById(R.id.snooze);
255 // Register to get the alarm done/snooze/dismiss intent.
297 snooze();
325 // If in accessibility mode, allow snooze/dismiss by double tapping on respective icons.
328 snooze();
379 snooze();
446 * Perform snooze animation and send snooze intent.
448 private void snooze() {