Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl52 void goToSleepWithDisplayId(int displayId, long time, int reason, int flags); in goToSleepWithDisplayId() method
H A DPowerManager.java1545 mService.goToSleepWithDisplayId(displayId, time, reason, flags); in goToSleep()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java5896 public void goToSleepWithDisplayId(int displayId, long eventTime, int reason, int flags) {