Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java144 mWakefulnessLifecycle.dispatchStartedGoingToSleep(msg.arg1 /* pmReason */); in handleMessage()
DWakefulnessLifecycle.java163 public void dispatchStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
DKeyguardViewMediator.java1731 mUpdateMonitor.dispatchStartedGoingToSleep(offReason);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt191 wakefulnessLifecycle.dispatchStartedGoingToSleep( in wakefulnessLifecycle_dispatchStartedGoingToSleepSetsSysUIflagToGOING_TO_SLEEP()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java789 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testTriesToAuthenticateFingerprint_whenKeyguard()
800 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in test_doesNotTryToAuthenticateFingerprint_whenAuthenticatorsNotRegistered()
1552 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testFingerprintCanAuth_whenCancellationNotReceivedAndAuthFailed()
2075 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in authenticateFingerprint_onFaceLockout_detectFingerprint()
2355 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in givenDetectFingerprintWithClearingFingerprintManagerInvocations()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3822 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor