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/
AlarmKlaxon.java 148 Intent alarmKilled = new Intent(Alarms.ALARM_KILLED);
AlarmReceiver.java 55 if (Alarms.ALARM_KILLED.equals(intent.getAction())) {
AlarmAlertFullScreen.java 70 // Receives the ALARM_KILLED action from the AlarmKlaxon,
146 IntentFilter filter = new IntentFilter(Alarms.ALARM_KILLED);
Alarms.java 74 public static final String ALARM_KILLED = "alarm_killed";
76 // Extra in the ALARM_KILLED intent to indicate to the user how long the
80 // Extra in the ALARM_KILLED intent to indicate when alarm was replaced

Completed in 43 milliseconds