Searched refs:LOW_NOTIFICATION_STATE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockContract.java143 * LOW_NOTIFICATION_STATE
155 public static final int LOW_NOTIFICATION_STATE = 1; field in interface:ClockContract.InstancesColumns
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmStateManager.java65 * is in charge of changing the alarm instance state to a LOW_NOTIFICATION_STATE.
67 * LOW_NOTIFICATION_STATE:
74 * This is a transient state of the LOW_NOTIFICATION_STATE, where the user wants to hide the
78 * This state behaves like the LOW_NOTIFICATION_STATE, but doesn't allow the user to hide it.
359 instance, AlarmInstance.LOW_NOTIFICATION_STATE);
363 * This will set the alarm instance to the LOW_NOTIFICATION_STATE and update
375 instance.mAlarmState = AlarmInstance.LOW_NOTIFICATION_STATE;
803 case AlarmInstance.LOW_NOTIFICATION_STATE:

Completed in 35 milliseconds