Searched defs:ALARM_ALERT_ACTION (Results 1 - 2 of 2) sorted by relevance

/packages/apps/AlarmClock/src/com/android/alarmclock/
H A DAlarms.java45 public static final String ALARM_ALERT_ACTION = "com.android.alarmclock.ALARM_ALERT"; field in class:Alarms
339 Intent intent = new Intent(ALARM_ALERT_ACTION);
377 context, 0, new Intent(ALARM_ALERT_ACTION),
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarms.java45 public static final String ALARM_ALERT_ACTION = "com.android.deskclock.ALARM_ALERT"; field in class:Alarms
53 // can snooze the alarm (after ALARM_ALERT_ACTION and before ALARM_DONE_ACTION).
57 // can dismiss the alarm (after ALARM_ALERT_ACTION and before ALARM_DONE_ACTION).
368 Intent intent = new Intent(ALARM_ALERT_ACTION);
406 context, 0, new Intent(ALARM_ALERT_ACTION),

Completed in 5 milliseconds