Searched refs:isGoingToSleep (Results 1 – 9 of 9) sorted by relevance
74 override fun isGoingToSleep() = false in isScreenFullyOff() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
340 if (mCentralSurfaces.isGoingToSleep()) { in onCameraLaunchGestureDetected()412 if (isGoingToSleep()) { in onEmergencyActionLaunchGestureDetected()518 private boolean isGoingToSleep() { in isGoingToSleep() method in CentralSurfacesCommandQueueCallbacks
265 boolean isGoingToSleep(); in isGoingToSleep() method
409 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricDetected()423 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
2035 && (!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
378 isGoingToSleep: Boolean, in logUpdateNotificationPanelTouchState()388 bool2 = isGoingToSleep in logUpdateNotificationPanelTouchState()
546 return !(keyguardUpdateMonitor.isGoingToSleep || !keyguardStateController.isOccluded) in <lambda>()
455 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
3869 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor