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