Home
last modified time | relevance | path

Searched refs:INTERACTIVE_STATE_ASLEEP (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java99 private static final int INTERACTIVE_STATE_ASLEEP = 2; field in Notifier
614 mPendingInteractiveState = INTERACTIVE_STATE_ASLEEP; in handleLateGlobalInteractiveChange()
848 case INTERACTIVE_STATE_ASLEEP: in sendNextBroadcast()
850 mBroadcastedInteractiveState = INTERACTIVE_STATE_ASLEEP; in sendNextBroadcast()
862 || mPendingInteractiveState == INTERACTIVE_STATE_ASLEEP) { in sendNextBroadcast()
864 mBroadcastedInteractiveState = INTERACTIVE_STATE_ASLEEP; in sendNextBroadcast()