Searched refs:dispatchStartedGoingToSleep (Results 1 – 7 of 7) sorted by relevance
93 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest96 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()
102 mWakefulnessLifecycle.dispatchStartedGoingToSleep(msg.arg1 /* pmReason */);
159 public void dispatchStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
1423 mUpdateMonitor.dispatchStartedGoingToSleep(offReason); in onStartedGoingToSleep()
190 fun `WakefulnessLifecycle - dispatchStartedGoingToSleep sets SysUI flag to GOING_TO_SLEEP`() { in WakefulnessLifecycle - dispatchStartedGoingToSleep sets SysUI flag to GOING_TO_SLEEP()191 wakefulnessLifecycle.dispatchStartedGoingToSleep( in WakefulnessLifecycle - dispatchStartedGoingToSleep sets SysUI flag to GOING_TO_SLEEP()
595 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testTriesToAuthenticateFingerprint_whenKeyguard()606 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in test_doesNotTryToAuthenticateFingerprint_whenAuthenticatorsNotRegistered()1948 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testFingerprintCanAuth_whenCancellationNotReceivedAndAuthFailed()2733 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(/* value doesn't matter */1); in deviceGoingToSleep()2780 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in givenDetectFingerprintWithClearingFingerprintManagerInvocations()
3902 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor