Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycleTest.java93 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest
96 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in dispatchStartedGoingToSleep()
108 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in dispatchFinishedGoingToSleep()
123 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in doesNotDispatchTwice()
124 mWakefulness.dispatchStartedGoingToSleep(PowerManager.GO_TO_SLEEP_REASON_MIN); in doesNotDispatchTwice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardLifecyclesDispatcher.java144 mWakefulnessLifecycle.dispatchStartedGoingToSleep(msg.arg1 /* pmReason */); in handleMessage()
H A DWakefulnessLifecycle.java159 public void dispatchStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
H A DKeyguardViewMediator.java1646 mUpdateMonitor.dispatchStartedGoingToSleep(offReason);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DOverviewProxyServiceTest.kt195 wakefulnessLifecycle.dispatchStartedGoingToSleep(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java843 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testTriesToAuthenticateFingerprint_whenKeyguard()
854 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in test_doesNotTryToAuthenticateFingerprint_whenAuthenticatorsNotRegistered()
2289 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testFingerprintCanAuth_whenCancellationNotReceivedAndAuthFailed()
3379 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(/* value doesn't matter */1); in deviceGoingToSleep()
3425 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in givenDetectFingerprintWithClearingFingerprintManagerInvocations()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java4291 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor