Home
last modified time | relevance | path

Searched refs:onGlobalWakefulnessChangeStarted (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java1685 verify(mNotifierMock, never()).onGlobalWakefulnessChangeStarted(anyInt(), anyInt(), in testBoot_ShouldBeAwake()
1705 verify(mNotifierMock).onGlobalWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), anyInt(), in testQuiescentBoot_ShouldBeAsleep()
2258 verify(mNotifierMock).onGlobalWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), in testMultiDisplay_onlyOneDisplaySleeps_onWakefulnessChangedEventsFire()
2297 verify(mNotifierMock).onGlobalWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), in testMultiDisplay_bothDisplaysSleep_onWakefulnessChangedEventsFireCorrectly()
2342 verify(mNotifierMock, never()).onGlobalWakefulnessChangeStarted(eq(WAKEFULNESS_ASLEEP), in testMultiDisplay_separateWakeStates_onWakefulnessChangedEventsFireCorrectly()
2380 verify(mNotifierMock, never()).onGlobalWakefulnessChangeStarted(anyInt(), anyInt(), in testMultiDisplay_oneDisplayGroupChanges_globalDoesNotChange()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java449 public void onGlobalWakefulnessChangeStarted(final int wakefulness, int reason, in onGlobalWakefulnessChangeStarted() method in Notifier
H A DPowerManagerService.java2267 mNotifier.onGlobalWakefulnessChangeStarted(newWakefulness, reason, eventTime);