Searched refs:isGoingToSleep (Results 1 – 6 of 6) sorted by relevance
365 if (mStatusBar.isGoingToSleep()) { in onCameraLaunchGestureDetected()433 if (isGoingToSleep()) { in onEmergencyActionLaunchGestureDetected()600 private boolean isGoingToSleep() { in isGoingToSleep() method in StatusBarCommandQueueCallbacks
364 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()
1990 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
401 when(mUpdateMonitor.isGoingToSleep()).thenReturn(true); in onFinishedGoingToSleep_authenticatesWhenPending()
710 if (mKeyguardUpdateMonitor.isGoingToSleep() || !mKeyguardStateController.isOccluded()) { in shouldRotate()
3357 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor