Searched refs:isGoingToSleep (Results 1 – 4 of 4) sorted by relevance
180 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
256 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
2968 (!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
2423 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor