Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java171 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()
DWakefulnessLifecycleTest.java101 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep()
128 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/
DSessionTrackerTest.java165 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/
DWakefulnessLifecycle.java176 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep()
261 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
DKeyguardService.java547 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) {
549 mKeyguardViewMediator.onStartedGoingToSleep(
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl49 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java60 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
DKeyguardUpdateMonitorCallback.java160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
DCarrierTextManager.java86 public void onStartedGoingToSleep() {
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java106 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper
108 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
DKeyguardServiceDelegate.java357 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/
DScreenOffAnimationController.kt48 override fun onStartedGoingToSleep() { in onStartedGoingToSleep() method
DKeyguardBypassController.kt227 fun onStartedGoingToSleep() { in <lambda>() method
DBiometricUnlockController.java809 public void onStartedGoingToSleep() {
DStatusBarKeyguardViewManager.java784 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DSessionTracker.java140 public void onStartedGoingToSleep(int why) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DMediaHierarchyManagerTest.kt169 observer.onStartedGoingToSleep() in testBlockedWhenScreenTurningOff()
196 observer.onStartedGoingToSleep() in testBlockedWhenConfigurationChangesAndScreenOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt236 override fun onStartedGoingToSleep() { in <lambda>() method
DAuthContainerView.java613 public void onStartedGoingToSleep() {
DAuthController.java763 public void onStartedGoingToSleep() { in AuthController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShell.java312 public void onStartedGoingToSleep() { in initOneHanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt500 override fun onStartedGoingToSleep() { in isKeyguardShowing() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryImplTest.kt317 captor.value.onStartedGoingToSleep() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DMediaHierarchyManager.kt519 override fun onStartedGoingToSleep() { in onStartedGoingToSleep() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java764 mWakefullnessObserverCaptor.getValue().onStartedGoingToSleep(); in testForwardsWakeEvents()

12