Searched refs:ALARM_KILLED (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmAlertFullScreen.java56 // Receives the ALARM_KILLED action from the AlarmKlaxon,
102 IntentFilter filter = new IntentFilter(Alarms.ALARM_KILLED);
H A DAlarmKlaxon.java144 Intent alarmKilled = new Intent(Alarms.ALARM_KILLED);
H A DAlarmReceiver.java56 if (Alarms.ALARM_KILLED.equals(intent.getAction())) {
H A DAlarms.java63 public static final String ALARM_KILLED = "alarm_killed"; field in class:Alarms
65 // Extra in the ALARM_KILLED intent to indicate to the user how long the

Completed in 65 milliseconds