Home
last modified time | relevance | path

Searched refs:onWakefulnessChangeStarted (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DAttentionDetectorTest.java85 mAttentionDetector.onWakefulnessChangeStarted(PowerManagerInternal.WAKEFULNESS_AWAKE); in setUp()
224 mAttentionDetector.onWakefulnessChangeStarted(PowerManagerInternal.WAKEFULNESS_ASLEEP); in testOnWakefulnessChangeStarted_cancelsRequestWhenNotAwake()
H A DPowerManagerServiceTest.java991 verify(mNotifierMock, never()).onWakefulnessChangeStarted(anyInt(), anyInt(), anyLong()); in testBoot_ShouldBeAwake()
1010 verify(mNotifierMock).onWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), anyInt(), in testQuiescentBoot_ShouldBeAsleep()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DAttentionDetector.java281 public void onWakefulnessChangeStarted(int wakefulness) { in onWakefulnessChangeStarted() method in AttentionDetector
H A DNotifier.java396 public void onWakefulnessChangeStarted(final int wakefulness, int reason, long eventTime) { in onWakefulnessChangeStarted() method in Notifier
H A DPowerManagerService.java2044 mNotifier.onWakefulnessChangeStarted(wakefulness, reason, eventTime);
2046 mAttentionDetector.onWakefulnessChangeStarted(wakefulness);
/aosp12/frameworks/base/services/
H A Dart-profile35719 HPLcom/android/server/power/AttentionDetector;->onWakefulnessChangeStarted(I)V
35842 HPLcom/android/server/power/Notifier;->onWakefulnessChangeStarted(IIJ)V+]Lcom/android/server/inputm…