Searched refs:INTERACTIVE_STATE_AWAKE (Results 1 – 2 of 2) sorted by relevance
79 private static final int INTERACTIVE_STATE_AWAKE = 1; field in Notifier415 mPendingInteractiveState = INTERACTIVE_STATE_AWAKE; in handleEarlyInteractiveChange()602 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()603 } else if (mBroadcastedInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()616 || mPendingInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()618 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()631 if (powerState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()
40 private static final int INTERACTIVE_STATE_AWAKE = 1; field in KeyguardServiceDelegate167 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE) {280 mKeyguardState.interactiveState = INTERACTIVE_STATE_AWAKE; in onStartedWakingUp()