Searched refs:onWakefulnessChangeStarted (Results 1 – 6 of 6) sorted by relevance
85 mAttentionDetector.onWakefulnessChangeStarted(PowerManagerInternal.WAKEFULNESS_AWAKE); in setUp()224 mAttentionDetector.onWakefulnessChangeStarted(PowerManagerInternal.WAKEFULNESS_ASLEEP); in testOnWakefulnessChangeStarted_cancelsRequestWhenNotAwake()
991 verify(mNotifierMock, never()).onWakefulnessChangeStarted(anyInt(), anyInt(), anyLong()); in testBoot_ShouldBeAwake()1010 verify(mNotifierMock).onWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), anyInt(), in testQuiescentBoot_ShouldBeAsleep()
281 public void onWakefulnessChangeStarted(int wakefulness) { in onWakefulnessChangeStarted() method in AttentionDetector
396 public void onWakefulnessChangeStarted(final int wakefulness, int reason, long eventTime) { in onWakefulnessChangeStarted() method in Notifier
2044 mNotifier.onWakefulnessChangeStarted(wakefulness, reason, eventTime);2046 mAttentionDetector.onWakefulnessChangeStarted(wakefulness);
35719 HPLcom/android/server/power/AttentionDetector;->onWakefulnessChangeStarted(I)V35842 HPLcom/android/server/power/Notifier;->onWakefulnessChangeStarted(IIJ)V+]Lcom/android/server/inputm…