Searched refs:onWakefulnessChangeStarted (Results 1 – 6 of 6) sorted by relevance
90 mAttentionDetector.onWakefulnessChangeStarted(PowerManagerInternal.WAKEFULNESS_AWAKE); in setUp()232 mAttentionDetector.onWakefulnessChangeStarted(PowerManagerInternal.WAKEFULNESS_ASLEEP); in testOnWakefulnessChangeStarted_cancelsRequestWhenNotAwake()
817 verify(mNotifierMock, never()).onWakefulnessChangeStarted(anyInt(), anyInt(), anyLong()); in testBoot_ShouldBeAwake()836 verify(mNotifierMock).onWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), anyInt(), in testQuiescentBoot_ShouldBeAsleep()
266 public void onWakefulnessChangeStarted(int wakefulness) { in onWakefulnessChangeStarted() method in AttentionDetector
390 public void onWakefulnessChangeStarted(final int wakefulness, int reason, long eventTime) { in onWakefulnessChangeStarted() method in Notifier
1851 mNotifier.onWakefulnessChangeStarted(wakefulness, reason, eventTime);1853 mAttentionDetector.onWakefulnessChangeStarted(wakefulness);
28342 PLcom/android/server/power/AttentionDetector;->onWakefulnessChangeStarted(I)V28391 HPLcom/android/server/power/Notifier;->onWakefulnessChangeStarted(IIJ)V