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

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 170 * FIRED_STATE
179 * FIRED_STATE
191 public static final int FIRED_STATE = 5;
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 72 * This state is in charge of triggering a FIRED_STATE or DISMISS_STATE.
78 * FIRED_STATE:
79 * The FIRED_STATE is used when the alarm is firing. It will start the AlarmService, and wait
137 String activeAlarmQuery = AlarmInstance.ALARM_STATE + "<" + AlarmInstance.FIRED_STATE;
337 instance, AlarmInstance.FIRED_STATE);
341 * This will set the alarm instance to the FIRED_STATE and update
353 instance.mAlarmState = AlarmInstance.FIRED_STATE;
397 instance, AlarmInstance.FIRED_STATE);
520 } else if (instance.mAlarmState == AlarmInstance.FIRED_STATE) {
570 instance, AlarmInstance.FIRED_STATE);
    [all...]

Completed in 134 milliseconds