Searched refs:INTERACTIVE_STATE_AWAKE (Results 1 – 3 of 3) sorted by relevance
54 private static final int INTERACTIVE_STATE_AWAKE = 2; field in KeyguardServiceDelegate197 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE202 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE) {334 mKeyguardState.interactiveState = INTERACTIVE_STATE_AWAKE; in onFinishedWakingUp()510 case INTERACTIVE_STATE_AWAKE: in interactiveStateToString()
98 private static final int INTERACTIVE_STATE_AWAKE = 1; field in Notifier547 mPendingInteractiveState = INTERACTIVE_STATE_AWAKE; in handleEarlyGlobalInteractiveChange()853 case INTERACTIVE_STATE_AWAKE: in sendNextBroadcast()856 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()859 } else if (mBroadcastedInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()872 || mPendingInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()874 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()887 if (powerState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()
107 INTERACTIVE_STATE_AWAKE = 2; enumerator