Home
last modified time | relevance | path

Searched refs:isLightDeviceIdleMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DIPowerManager.aidl50 boolean isLightDeviceIdleMode(); in isLightDeviceIdleMode() method
DPowerManager.java979 public boolean isLightDeviceIdleMode() { in isLightDeviceIdleMode() method in PowerManager
981 return mService.isLightDeviceIdleMode(); in isLightDeviceIdleMode()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java160 public boolean isLightDeviceIdleMode() throws RemoteException { in isLightDeviceIdleMode() method in BridgePowerManager
/frameworks/base/services/core/java/com/android/server/job/controllers/
DDeviceIdleJobsController.java87 || mPowerManager.isLightDeviceIdleMode())
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java3417 public boolean isLightDeviceIdleMode() { in isLightDeviceIdleMode() method in PowerManagerService.BinderService