/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTest.java | 171 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnGoingToSleep_UpdatesKeyguardGoingAway() 187 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard() 207 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard() 379 mViewMediator.onStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_POWER_BUTTON); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing() 399 mViewMediator.onStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_POWER_BUTTON); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing() 456 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet() 476 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
|
D | WakefulnessLifecycleTest.java | 101 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep() 128 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/ |
D | SessionTrackerTest.java | 165 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in testKeyguardSessionOnDeviceStartsSleeping() 183 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in testKeyguardSessionOnDeviceStartsSleepingTwiceInARow_startsNewKeyguardSession() 190 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in testKeyguardSessionOnDeviceStartsSleepingTwiceInARow_startsNewKeyguardSession()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | WakefulnessLifecycle.java | 176 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep() 261 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
|
D | KeyguardService.java | 547 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { 549 mKeyguardViewMediator.onStartedGoingToSleep(
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardService.aidl | 49 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardViewController.java | 60 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
|
D | KeyguardUpdateMonitorCallback.java | 160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
|
D | CarrierTextManager.java | 86 public void onStartedGoingToSleep() {
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 106 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper 108 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
D | KeyguardServiceDelegate.java | 357 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceDelegate 359 mKeyguardService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationController.kt | 48 override fun onStartedGoingToSleep() { in onStartedGoingToSleep() method
|
D | KeyguardBypassController.kt | 227 fun onStartedGoingToSleep() { in <lambda>() method
|
D | BiometricUnlockController.java | 809 public void onStartedGoingToSleep() {
|
D | StatusBarKeyguardViewManager.java | 784 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | SessionTracker.java | 140 public void onStartedGoingToSleep(int why) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/ |
D | MediaHierarchyManagerTest.kt | 169 observer.onStartedGoingToSleep() in testBlockedWhenScreenTurningOff() 196 observer.onStartedGoingToSleep() in testBlockedWhenConfigurationChangesAndScreenOff()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleController.kt | 236 override fun onStartedGoingToSleep() { in <lambda>() method
|
D | AuthContainerView.java | 613 public void onStartedGoingToSleep() {
|
D | AuthController.java | 763 public void onStartedGoingToSleep() { in AuthController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | WMShell.java | 312 public void onStartedGoingToSleep() { in initOneHanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardRepository.kt | 500 override fun onStartedGoingToSleep() { in isKeyguardShowing() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardRepositoryImplTest.kt | 317 captor.value.onStartedGoingToSleep() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
D | MediaHierarchyManager.kt | 519 override fun onStartedGoingToSleep() { in onStartedGoingToSleep() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 764 mWakefullnessObserverCaptor.getValue().onStartedGoingToSleep(); in testForwardsWakeEvents()
|