OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_NOTIFICATION_STATE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java
143
*
LOW_NOTIFICATION_STATE
155
public static final int
LOW_NOTIFICATION_STATE
= 1;
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java
58
* is in charge of changing the alarm instance state to a
LOW_NOTIFICATION_STATE
.
60
*
LOW_NOTIFICATION_STATE
:
67
* This is a transient state of the
LOW_NOTIFICATION_STATE
, where the user wants to hide the
71
* This state behaves like the
LOW_NOTIFICATION_STATE
, but doesn't allow the user to hide it.
271
instance, AlarmInstance.
LOW_NOTIFICATION_STATE
);
275
* This will set the alarm instance to the
LOW_NOTIFICATION_STATE
and update
287
instance.mAlarmState = AlarmInstance.
LOW_NOTIFICATION_STATE
;
635
case AlarmInstance.
LOW_NOTIFICATION_STATE
:
Completed in 29 milliseconds