Searched refs:mDeviceInteractive (Results 1 – 4 of 4) sorted by relevance
341 private boolean mDeviceInteractive; field in KeyguardViewMediator775 return mDeviceInteractive;928 mDeviceInteractive = mPM.isInteractive(); in setupLocked()1004 mDeviceInteractive = false; in onStartedGoingToSleep()1069 mDeviceInteractive = false; in onFinishedGoingToSleep()1234 mDeviceInteractive = true; in onStartedWakingUp()1289 if (mDeviceInteractive in onDreamingStarted()1302 if (mDeviceInteractive) { in onDreamingStopped()1473 && mDeviceInteractive); in handleSetOccluded()2786 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive); in dump()
144 private boolean mDeviceInteractive = true; field in VolumeDialogControllerImpl159 mDeviceInteractive = true;164 mDeviceInteractive = false;479 && mDeviceInteractive && (flags & AudioManager.FLAG_SHOW_UI) != 0 in shouldShowUI()
2255 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()2939 && (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()3234 return mDeviceInteractive && mState != StatusBarState.SHADE in shouldUnlockOnMenuPressed()3287 if (mDeviceInteractive && mState != StatusBarState.SHADE) { in onSpacePressed()3508 mDeviceInteractive = false;3560 mDeviceInteractive = true;3612 boolean disabled = (!mDeviceInteractive && !mDozeServiceHost.isPulsing()) in updateNotificationPanelTouchState()3811 protected boolean mDeviceInteractive;3842 return mDeviceInteractive; in isDeviceInteractive()4068 mVisibleToUser = mVisible && mDeviceInteractive; in updateVisibleToUser()
312 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor2281 || !mDeviceInteractive in shouldListenForFingerprint()2297 && (!mKeyguardGoingAway || !mDeviceInteractive) in shouldListenForFingerprint()2324 mDeviceInteractive, in shouldListenForFingerprint()2354 final boolean awakeKeyguard = mKeyguardIsVisible && mDeviceInteractive && !mGoingToSleep in shouldListenForFace()3306 mDeviceInteractive = true; in dispatchStartedWakingUp()3317 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()3354 return mDeviceInteractive; in isDeviceInteractive()