Searched refs:startedGoingToSleep (Results 1 – 6 of 6) sorted by relevance
37 public void startedGoingToSleep() {
100 if (callback != null) callback.startedGoingToSleep();768 default void startedGoingToSleep() {}; in startedGoingToSleep() method
141 public void startedGoingToSleep(int displayGroupId, @GoToSleepReason int sleepReason) { in startedGoingToSleep() method in TestWindowManagerPolicy
831 void startedGoingToSleep(int displayGroupId, @PowerManager.GoToSleepReason int pmSleepReason); in startedGoingToSleep() method
2245 startedGoingToSleep(Display.DEFAULT_DISPLAY_GROUP,4971 public void startedGoingToSleep(int displayGroupId,
528 mHandler.post(() -> mPolicy.startedGoingToSleep(groupId, changeReason)); in handleEarlyInteractiveChange()