Home
last modified time | relevance | path

Searched refs:isGoingToSleep (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt74 override fun isGoingToSleep() = false in isScreenFullyOff() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfacesCommandQueueCallbacks.java340 if (mCentralSurfaces.isGoingToSleep()) { in onCameraLaunchGestureDetected()
412 if (isGoingToSleep()) { in onEmergencyActionLaunchGestureDetected()
518 private boolean isGoingToSleep() { in isGoingToSleep() method in CentralSurfacesCommandQueueCallbacks
DCentralSurfaces.java265 boolean isGoingToSleep(); in isGoingToSleep() method
DBiometricUnlockController.java409 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricDetected()
423 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
DCentralSurfacesImpl.java2035 && (!mDeviceInteractive || (isGoingToSleep() in updateIsKeyguard()
2045 || (isGoingToSleep() in updateIsKeyguard()
2649 boolean goingToSleepWithoutAnimation = isGoingToSleep() in updateNotificationPanelTouchState()
2653 mShadeLogger.logUpdateNotificationPanelTouchState(disabled, isGoingToSleep(), in updateNotificationPanelTouchState()
2714 public boolean isGoingToSleep() { in isGoingToSleep() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeLogger.kt378 isGoingToSleep: Boolean, in logUpdateNotificationPanelTouchState()
388 bool2 = isGoingToSleep in logUpdateNotificationPanelTouchState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt546 return !(keyguardUpdateMonitor.isGoingToSleep || !keyguardStateController.isOccluded) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java455 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3869 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor