HomeSort by relevance Sort by last modified time
    Searched refs:ALARM_SNOOZE_ACTION (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 71 // and also ALARM_SNOOZE_ACTION / ALARM_DISMISS_ACTION from other applications
79 if (action.equals(Alarms.ALARM_SNOOZE_ACTION)) {
147 filter.addAction(Alarms.ALARM_SNOOZE_ACTION);
AlarmReceiver.java 160 Intent snoozeIntent = new Intent(Alarms.ALARM_SNOOZE_ACTION);
Alarms.java 59 public static final String ALARM_SNOOZE_ACTION = "com.android.deskclock.ALARM_SNOOZE";

Completed in 211 milliseconds