Searched refs:startedGoingToSleep (Results 1 – 7 of 7) sorted by relevance
37 public void startedGoingToSleep() {
113 if (callback != null) callback.startedGoingToSleep();826 default void startedGoingToSleep() {}; in startedGoingToSleep() method
166 mPhoneWindowManager.startedGoingToSleep(DEFAULT_DISPLAY, 0 /* reason */); in testScreenTurnedOff()182 mPhoneWindowManager.startedGoingToSleep(DEFAULT_DISPLAY, 0 /* reason */); in testScreenTurnedOff()
141 public void startedGoingToSleep(int displayGroupId, @GoToSleepReason int sleepReason) { in startedGoingToSleep() method in TestWindowManagerPolicy
833 void startedGoingToSleep(int displayGroupId, @PowerManager.GoToSleepReason int pmSleepReason); in startedGoingToSleep() method
2396 startedGoingToSleep(Display.DEFAULT_DISPLAY_GROUP,5471 public void startedGoingToSleep(int displayGroupId,
557 mHandler.post(() -> mPolicy.startedGoingToSleep(groupId, changeReason)); in handleEarlyInteractiveChange()