Home | History | Annotate | Download | only in deskclock

Lines Matching refs:ALERT

73     // snooze alert.
115 * snooze. Sets next alert.
165 // A null alert Uri indicates a silent alarm.
166 values.put(Alarm.Columns.ALERT, alarm.alert == null ? ALARM_ALERT_SILENT
167 : alarm.alert.toString());
324 // calculate the time to get the next alert.
376 * otherwise loads all alarms, activates next alert.
388 * Sets alert in AlarmManger and StatusBar. This is what will
389 * actually launch the alert when the alarm triggers.
433 * Disables alert in AlarmManger and StatusBar.
463 // Set the next alert after updating the snooze.
476 * Disable the snooze alert if the given id matches the snooze id.