Searched refs:dispatchStartedGoingToSleep (Results 1 – 6 of 6) sorted by relevance
87 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest90 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()
91 mWakefulnessLifecycle.dispatchStartedGoingToSleep(msg.arg1 /* pmReason */);
144 public void dispatchStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
1049 mUpdateMonitor.dispatchStartedGoingToSleep(offReason); in onStartedGoingToSleep()
473 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testTriesToAuthenticateFingerprint_whenKeyguard()506 mKeyguardUpdateMonitor.dispatchStartedGoingToSleep(0 /* why */); in testFingerprintWhenStrongAuth()
3311 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor