Searched refs:isDeviceInteractive (Results 1 – 10 of 10) sorted by relevance
307 if (!mCommandQueue.panelsEnabled() || !mKeyguardUpdateMonitor.isDeviceInteractive() in handleSystemKey()354 if (!mCentralSurfaces.isDeviceInteractive()) { in onCameraLaunchGestureDetected()373 if (!mCentralSurfaces.isDeviceInteractive()) { in onCameraLaunchGestureDetected()417 if (!mCentralSurfaces.isDeviceInteractive()) { in onEmergencyActionLaunchGestureDetected()433 if (!mCentralSurfaces.isDeviceInteractive()) { in onEmergencyActionLaunchGestureDetected()
80 override fun isDeviceInteractive() = false in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
477 boolean wasDeviceInteractive = mUpdateMonitor.isDeviceInteractive(); in startWakeAndUnlock()596 final boolean deviceInteractive = mUpdateMonitor.isDeviceInteractive(); in calculateModeForFingerprint()652 final boolean deviceInteractive = mUpdateMonitor.isDeviceInteractive(); in calculateModeForPassiveAuth()738 final boolean screenOff = !mUpdateMonitor.isDeviceInteractive(); in onBiometricAuthFailed()
282 boolean isDeviceInteractive(); in isDeviceInteractive() method
2884 public boolean isDeviceInteractive() { in isDeviceInteractive() method
64 mView.setSelected(mKeyguardUpdateMonitor.isDeviceInteractive()); in onInit()
132 mView.setSelected(mKeyguardUpdateMonitor.isDeviceInteractive()); in onViewAttached()
3865 public boolean isDeviceInteractive() { in isDeviceInteractive() method in KeyguardUpdateMonitor
145 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(true); in setUp()337 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(true); in onBiometricAuthenticated_onLockScreen()473 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(false); in onFPFailureNoHaptics_notInteractive_showLockScreen()487 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(true); in onFPFailureNoHaptics_dreaming_showLockScreen()542 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(true); in givenFingerprintModeUnlockCollapsing()
1703 mCentralSurfacesOptionalLazy.get().map(CentralSurfaces::isDeviceInteractive) in checkNavBarModes()