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.java248 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java253 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
DStatusBar.java3087 (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
3094 if (isGoingToSleep() in updateIsKeyguard()
3798 boolean goingToSleepWithoutAnimation = isGoingToSleep() in updateNotificationPanelTouchState()
3877 if (isGoingToSleep()) { in onCameraLaunchGestureDetected()
3944 private boolean isGoingToSleep() { in isGoingToSleep() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2583 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor