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

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 56 // Receives the ALARM_KILLED action from the AlarmKlaxon,
102 IntentFilter filter = new IntentFilter(Alarms.ALARM_KILLED);
AlarmKlaxon.java 144 Intent alarmKilled = new Intent(Alarms.ALARM_KILLED);
AlarmReceiver.java 56 if (Alarms.ALARM_KILLED.equals(intent.getAction())) {
Alarms.java 63 public static final String ALARM_KILLED = "alarm_killed";
65 // Extra in the ALARM_KILLED intent to indicate to the user how long the

Completed in 49 milliseconds