Searched refs:INTERACTIVE_STATE_AWAKE (Results 1 – 3 of 3) sorted by relevance
83 private static final int INTERACTIVE_STATE_AWAKE = 1; field in Notifier431 mPendingInteractiveState = INTERACTIVE_STATE_AWAKE; in handleEarlyInteractiveChange()639 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()640 } else if (mBroadcastedInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()653 || mPendingInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()655 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()668 if (powerState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()
51 private static final int INTERACTIVE_STATE_AWAKE = 2; field in KeyguardServiceDelegate178 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE182 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE) {311 mKeyguardState.interactiveState = INTERACTIVE_STATE_AWAKE; in onFinishedWakingUp()475 case INTERACTIVE_STATE_AWAKE: in interactiveStateToString()
90 INTERACTIVE_STATE_AWAKE = 2; enumerator