Home | History | Annotate | Download | only in deskclock

Lines Matching refs:alarm

44  * Alarm Clock alarm alert: pops visible indicator and plays alarm
55 protected Alarm mAlarm;
69 Alarm alarm = intent.getParcelableExtra(Alarms.ALARM_INTENT_EXTRA);
70 if (alarm != null && mAlarm.id == alarm.id) {
105 // Register to get the alarm killed/snooze/dismiss intent.
123 /* snooze behavior: pop a snooze confirmation view, kick alarm
141 /* Set the title from the passed in alarm */
170 // Notify the user that the alarm has been snoozed.
202 // Dismiss the alarm.
204 Log.i(killed ? "Alarm killed" : "Alarm dismissed by user");
205 // The service told us that the alarm has been killed, do not modify
208 // Cancel the notification and stop playing the alarm
217 * this is called when a second alarm is triggered while a
234 // If the alarm was deleted at some point, disable snooze.
245 // No longer care about the alarm being killed.
254 // Volume keys and camera keys dismiss the alarm