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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarms.java49 public static final String ALARM_ALERT_ACTION = "com.android.deskclock.ALARM_ALERT"; field in class:Alarms
57 // can snooze the alarm (after ALARM_ALERT_ACTION and before ALARM_DONE_ACTION).
61 // can dismiss the alarm (after ALARM_ALERT_ACTION and before ALARM_DONE_ACTION).
433 Intent intent = new Intent(ALARM_ALERT_ACTION);
471 context, 0, new Intent(ALARM_ALERT_ACTION),

Completed in 98 milliseconds