Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java365 if (mStatusBar.isGoingToSleep()) { in onCameraLaunchGestureDetected()
433 if (isGoingToSleep()) { in onEmergencyActionLaunchGestureDetected()
600 private boolean isGoingToSleep() { in isGoingToSleep() method in StatusBarCommandQueueCallbacks
H A DBiometricUnlockController.java364 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
H A DStatusBar.java1990 if (isGoingToSleep() || mDozing) { in wakeUpForFullScreenIntent()
2939 && (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
2947 || (isGoingToSleep() in updateIsKeyguard()
3610 boolean goingToSleepWithoutAnimation = isGoingToSleep() in updateNotificationPanelTouchState()
3712 boolean isGoingToSleep() { in isGoingToSleep() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DBiometricsUnlockControllerTest.java401 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java710 if (mKeyguardUpdateMonitor.isGoingToSleep() || !mKeyguardStateController.isOccluded()) { in shouldRotate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3357 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor