Searched refs:INTERACTIVE_STATE_AWAKE (Results 1 – 2 of 2) sorted by relevance
77 private static final int INTERACTIVE_STATE_AWAKE = 1; field in Notifier411 mPendingInteractiveState = INTERACTIVE_STATE_AWAKE; in handleEarlyInteractiveChange()594 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()595 } else if (mBroadcastedInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()608 || mPendingInteractiveState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()610 mBroadcastedInteractiveState = INTERACTIVE_STATE_AWAKE; in sendNextBroadcast()623 if (powerState == INTERACTIVE_STATE_AWAKE) { in sendNextBroadcast()
43 private static final int INTERACTIVE_STATE_AWAKE = 1; field in KeyguardServiceDelegate166 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAKE) {275 mKeyguardState.interactiveState = INTERACTIVE_STATE_AWAKE; in onStartedWakingUp()