Searched refs:INTERACTIVE_STATE_AWAKE (Results 1 – 2 of 2) sorted by relevance
76 private static final int INTERACTIVE_STATE_AWAKE = 1; field in Notifier366 mPendingInteractiveState = INTERACTIVE_STATE_AWAKE; in handleEarlyInteractiveChange()547 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()548 } else if (mBroadcastedInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()561 || mPendingInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()563 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()576 if (powerState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()
43 private static final int INTERACTIVE_STATE_AWAKE = 1; field in KeyguardServiceDelegate161 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE) {255 mKeyguardState.interactiveState = INTERACTIVE_STATE_AWAKE; in onStartedWakingUp()