Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycleTest.java99 public void dispatchFinishedGoingToSleep() throws Exception { in dispatchFinishedGoingToSleep() method in WakefulnessLifecycleTest
103 mWakefulness.dispatchFinishedGoingToSleep(); in dispatchFinishedGoingToSleep()
119 mWakefulness.dispatchFinishedGoingToSleep(); in doesNotDispatchTwice()
120 mWakefulness.dispatchFinishedGoingToSleep(); in doesNotDispatchTwice()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardLifecyclesDispatcher.java94 mWakefulnessLifecycle.dispatchFinishedGoingToSleep();
H A DWakefulnessLifecycle.java164 public void dispatchFinishedGoingToSleep() { in dispatchFinishedGoingToSleep() method in WakefulnessLifecycle
H A DKeyguardViewMediator.java1104 mUpdateMonitor.dispatchFinishedGoingToSleep(offReason); in onFinishedGoingToSleep()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayControllerTest.java697 mWakefulnessLifecycle.dispatchFinishedGoingToSleep(); in onWallpaperColorsChanged_screenOff_deviceSetupNotFinished_doesNotProcessQueued()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3315 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep() method in KeyguardUpdateMonitor