/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/ |
H A D | SessionTrackerTest.java | 170 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in testKeyguardSessionOnDeviceStartsSleeping() 188 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in testKeyguardSessionOnDeviceStartsSleepingTwiceInARow_startsNewKeyguardSession() 195 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in testKeyguardSessionOnDeviceStartsSleepingTwiceInARow_startsNewKeyguardSession() 259 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in uiEventLoggedOnEndSessionWhenDeviceStartsSleeping() 275 mKeyguardUpdateMonitorCallback.onStartedGoingToSleep(0); in noUiEventLoggedOnEndSessionWhenDeviceStartsSleepingWithoutStartSession()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | WakefulnessLifecycleTest.java | 101 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep() 128 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
|
H A D | KeyguardViewMediatorTest.java | 282 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnGoingToSleep_UpdatesKeyguardGoingAway() 298 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard() 318 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard() 573 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_TIMEOUT); in lockAfterScreenTimeoutUsesValueFromSettings() 649 mViewMediator.onStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_POWER_BUTTON); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing() 673 mViewMediator.onStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_POWER_BUTTON); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing() 736 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet() 756 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | WakefulnessLifecycle.java | 176 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep() 261 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
|
H A D | KeyguardService.java | 449 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { 452 mKeyguardViewMediator.onStartedGoingToSleep(
|
H A D | KeyguardViewMediator.java | 1609 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) { 3435 mKeyguardViewControllerLazy.get().onStartedGoingToSleep();
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | IKeyguardService.aidl | 49 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardViewController.java | 60 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
|
H A D | KeyguardUpdateMonitorCallback.java | 160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
|
H A D | CarrierTextManager.java | 98 public void onStartedGoingToSleep() {
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
H A D | KeyguardServiceWrapper.java | 106 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper 108 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
H A D | KeyguardServiceDelegate.java | 375 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceDelegate 377 mKeyguardService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScreenOffAnimationController.kt | 53 override fun onStartedGoingToSleep() {
|
H A D | KeyguardBypassController.kt | 219 fun onStartedGoingToSleep() { regex
|
H A D | BiometricUnlockController.java | 835 public void onStartedGoingToSleep() {
|
H A D | StatusBarKeyguardViewManager.java | 824 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
H A D | SessionTracker.java | 152 public void onStartedGoingToSleep(int why) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/ |
H A D | MediaHierarchyManagerTest.kt | 169 observer.onStartedGoingToSleep() 196 observer.onStartedGoingToSleep()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 258 override fun onStartedGoingToSleep() {
|
H A D | AuthContainerView.java | 698 public void onStartedGoingToSleep() {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | WMShell.java | 304 public void onStartedGoingToSleep() { in initOneHanded()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardRepository.kt | 583 override fun onStartedGoingToSleep() {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardRepositoryImplTest.kt | 373 captor.value.onStartedGoingToSleep()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaHierarchyManager.kt | 516 override fun onStartedGoingToSleep() {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | OverviewProxyService.java | 954 public void onStartedGoingToSleep() {
|