Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java180 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java256 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
DStatusBar.java2968 (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
2975 if (isGoingToSleep() in updateIsKeyguard()
3660 boolean goingToSleepWithoutAnimation = isGoingToSleep() in updateNotificationPanelTouchState()
3738 if (isGoingToSleep()) { in onCameraLaunchGestureDetected()
3798 private boolean isGoingToSleep() { in isGoingToSleep() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2423 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor