Home
last modified time | relevance | path

Searched refs:onStartedGoingToSleep (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycleTest.java95 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep()
122 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
H A DKeyguardViewMediatorTest.java153 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnGoingToSleep_UpdatesKeyguardGoingAway()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationControllerTest.kt137 controller.onStartedGoingToSleep()
160 controller.onStartedGoingToSleep()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycle.java161 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep()
246 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
H A DKeyguardService.java461 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) {
463 mKeyguardViewMediator.onStartedGoingToSleep(
H A DKeyguardViewMediator.java1001 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 DKeyguardServiceWrapper.java105 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper
107 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
H A DKeyguardServiceDelegate.java348 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 DIKeyguardService.aidl48 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewControllerTest.java211 mCarKeyguardViewController.onStartedGoingToSleep(); in onEnterSleepModeAndThenShowKeyguard_bouncerNotSecure_keyguardIsVisible()
227 mCarKeyguardViewController.onStartedGoingToSleep(); in onDeviceWakeUpWhileKeyguardShown_bouncerNotSecure_keyguardIsNotVisible()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java60 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
H A DKeyguardUpdateMonitorCallback.java190 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
H A DCarrierTextManager.java86 public void onStartedGoingToSleep() {
H A DKeyguardUpdateMonitor.java1676 cb.onStartedGoingToSleep(arg1); in handleStartedGoingToSleep()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt215 fun onStartedGoingToSleep() { regex
H A DUnlockedScreenOffAnimationController.kt202 override fun onStartedGoingToSleep() {
H A DBiometricUnlockController.java509 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in BiometricUnlockController
H A DStatusBarKeyguardViewManager.java581 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
H A DStatusBar.java3536 public void onStartedGoingToSleep() {
3545 mKeyguardBypassController.onStartedGoingToSleep();
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaHierarchyManagerTest.kt151 observer.onStartedGoingToSleep()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt188 override fun onStartedGoingToSleep() {
H A DAuthContainerView.java626 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in AuthContainerView
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java301 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in CarKeyguardViewController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java342 public void onStartedGoingToSleep() { in initOneHanded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaHierarchyManager.kt452 override fun onStartedGoingToSleep() {

12