HomeSort by relevance Sort by last modified time
    Searched defs:ALARM_ALERT_ACTION (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
Alarms.java 50 public static final String ALARM_ALERT_ACTION = "com.android.deskclock.ALARM_ALERT";
58 // can snooze the alarm (after ALARM_ALERT_ACTION and before ALARM_DONE_ACTION).
62 // can dismiss the alarm (after ALARM_ALERT_ACTION and before ALARM_DONE_ACTION).
434 Intent intent = new Intent(ALARM_ALERT_ACTION);
472 context, 0, new Intent(ALARM_ALERT_ACTION),
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java 100 public static final String ALARM_ALERT_ACTION = "com.android.deskclock.ALARM_ALERT";
466 mIntentFilter.addAction(ALARM_ALERT_ACTION);
    [all...]

Completed in 523 milliseconds