Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/
H A DSessionTrackerTest.java170 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 DWakefulnessLifecycleTest.java101 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep()
128 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
H A DKeyguardViewMediatorTest.java282 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 DWakefulnessLifecycle.java176 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep()
261 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
H A DKeyguardService.java449 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) {
452 mKeyguardViewMediator.onStartedGoingToSleep(
H A DKeyguardViewMediator.java1609 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) {
3435 mKeyguardViewControllerLazy.get().onStartedGoingToSleep();
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl49 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java60 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
H A DKeyguardUpdateMonitorCallback.java160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
H A DCarrierTextManager.java98 public void onStartedGoingToSleep() {
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java106 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper
108 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
H A DKeyguardServiceDelegate.java375 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 DScreenOffAnimationController.kt53 override fun onStartedGoingToSleep() {
H A DKeyguardBypassController.kt219 fun onStartedGoingToSleep() { regex
H A DBiometricUnlockController.java835 public void onStartedGoingToSleep() {
H A DStatusBarKeyguardViewManager.java824 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DSessionTracker.java152 public void onStartedGoingToSleep(int why) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaHierarchyManagerTest.kt169 observer.onStartedGoingToSleep()
196 observer.onStartedGoingToSleep()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt258 override fun onStartedGoingToSleep() {
H A DAuthContainerView.java698 public void onStartedGoingToSleep() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java304 public void onStartedGoingToSleep() { in initOneHanded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepository.kt583 override fun onStartedGoingToSleep() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt373 captor.value.onStartedGoingToSleep()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaHierarchyManager.kt516 override fun onStartedGoingToSleep() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java954 public void onStartedGoingToSleep() {

12