Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycleTest.java87 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest
90 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in dispatchStartedGoingToSleep()
102 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in dispatchFinishedGoingToSleep()
117 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in doesNotDispatchTwice()
118 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in doesNotDispatchTwice()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardLifecyclesDispatcher.java91 mWakefulnessLifecycle.dispatchStartedGoingToSleep(msg.arg1 /* pmReason */);
H A DWakefulnessLifecycle.java144 public void dispatchStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
H A DKeyguardViewMediator.java1049 mUpdateMonitor.dispatchStartedGoingToSleep(offReason); in onStartedGoingToSleep()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java473 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testTriesToAuthenticateFingerprint_whenKeyguard()
506 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testFingerprintWhenStrongAuth()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3311 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor