Home
last modified time | relevance | path

Searched refs:dispatchFinishedGoingToSleep (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWakefulnessLifecycleTest.java105 public void dispatchFinishedGoingToSleep() throws Exception { in dispatchFinishedGoingToSleep() method in WakefulnessLifecycleTest
109 mWakefulness.dispatchFinishedGoingToSleep(); in dispatchFinishedGoingToSleep()
125 mWakefulness.dispatchFinishedGoingToSleep(); in doesNotDispatchTwice()
126 mWakefulness.dispatchFinishedGoingToSleep(); in doesNotDispatchTwice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt158 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in WakefulnessLifecycle - dispatchFinishedWakingUp sets SysUI flag to AWAKE()
180 fun `WakefulnessLifecycle - dispatchFinishedGoingToSleep sets SysUI flag to ASLEEP`() { in WakefulnessLifecycle - dispatchFinishedGoingToSleep sets SysUI flag to ASLEEP()
181 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in WakefulnessLifecycle - dispatchFinishedGoingToSleep sets SysUI flag to ASLEEP()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java105 mWakefulnessLifecycle.dispatchFinishedGoingToSleep();
DWakefulnessLifecycle.java179 public void dispatchFinishedGoingToSleep() { in dispatchFinishedGoingToSleep() method in WakefulnessLifecycle
DKeyguardViewMediator.java1478 mUpdateMonitor.dispatchFinishedGoingToSleep(offReason); in onFinishedGoingToSleep()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayControllerTest.java835 mWakefulnessLifecycle.dispatchFinishedGoingToSleep(); in onWallpaperColorsChanged_screenOff_deviceSetupNotFinished_doesNotProcessQueued()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java2729 mKeyguardUpdateMonitor.dispatchFinishedGoingToSleep(/* value doesn't matter */1); in deviceNotGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3906 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep() method in KeyguardUpdateMonitor