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_dispatchFinishedWakingUpSetsSysUIflagToAWAKE()
181 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in wakefulnessLifecycle_dispatchFinishedGoingToSleepSetsSysUIflagToASLEEP()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java146 mWakefulnessLifecycle.dispatchFinishedGoingToSleep(); in handleMessage()
DWakefulnessLifecycle.java183 public void dispatchFinishedGoingToSleep() { in dispatchFinishedGoingToSleep() method in WakefulnessLifecycle
DKeyguardViewMediator.java1790 mUpdateMonitor.dispatchFinishedGoingToSleep(offReason);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt826 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayControllerTest.java890 mWakefulnessLifecycle.dispatchFinishedGoingToSleep(); in onWallpaperColorsChanged_screenOff_deviceSetupNotFinished_doesNotProcessQueued()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3826 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep() method in KeyguardUpdateMonitor