/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | WakefulnessLifecycleTest.java | 95 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep() 122 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
|
H A D | KeyguardViewMediatorTest.java | 153 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnGoingToSleep_UpdatesKeyguardGoingAway()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | UnlockedScreenOffAnimationControllerTest.kt | 137 controller.onStartedGoingToSleep() 160 controller.onStartedGoingToSleep()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | WakefulnessLifecycle.java | 161 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep() 246 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
|
H A D | KeyguardService.java | 461 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { 463 mKeyguardViewMediator.onStartedGoingToSleep(
|
H A D | KeyguardViewMediator.java | 1001 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) { in onStartedGoingToSleep() method in KeyguardViewMediator 2556 mKeyguardViewControllerLazy.get().onStartedGoingToSleep(); in handleNotifyStartedGoingToSleep()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
H A D | KeyguardServiceWrapper.java | 105 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper 107 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
H A D | KeyguardServiceDelegate.java | 348 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceDelegate 350 mKeyguardService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | IKeyguardService.aidl | 48 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
|
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/ |
H A D | CarKeyguardViewControllerTest.java | 211 mCarKeyguardViewController.onStartedGoingToSleep(); in onEnterSleepModeAndThenShowKeyguard_bouncerNotSecure_keyguardIsVisible() 227 mCarKeyguardViewController.onStartedGoingToSleep(); in onDeviceWakeUpWhileKeyguardShown_bouncerNotSecure_keyguardIsNotVisible()
|
/aosp12/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 | 190 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
|
H A D | CarrierTextManager.java | 86 public void onStartedGoingToSleep() {
|
H A D | KeyguardUpdateMonitor.java | 1676 cb.onStartedGoingToSleep(arg1); in handleStartedGoingToSleep()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBypassController.kt | 215 fun onStartedGoingToSleep() { regex
|
H A D | UnlockedScreenOffAnimationController.kt | 202 override fun onStartedGoingToSleep() {
|
H A D | BiometricUnlockController.java | 509 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in BiometricUnlockController
|
H A D | StatusBarKeyguardViewManager.java | 581 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
|
H A D | StatusBar.java | 3536 public void onStartedGoingToSleep() { 3545 mKeyguardBypassController.onStartedGoingToSleep();
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
H A D | MediaHierarchyManagerTest.kt | 151 observer.onStartedGoingToSleep()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 188 override fun onStartedGoingToSleep() {
|
H A D | AuthContainerView.java | 626 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in AuthContainerView
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
H A D | CarKeyguardViewController.java | 301 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in CarKeyguardViewController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | WMShell.java | 342 public void onStartedGoingToSleep() { in initOneHanded()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaHierarchyManager.kt | 452 override fun onStartedGoingToSleep() {
|