Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceIdleDeviceInfo.java33 private static boolean isDeviceLightIdleEnabled() throws Exception { in isDeviceLightIdleEnabled() method in DeviceIdleDeviceInfo
41 store.addResult(KEY_DEVICE_IDLE_LIGHT_ENABLED, isDeviceLightIdleEnabled()); in collectDeviceInfo()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DBaseJobSchedulerTest.java147 mDeviceLightIdleEnabled = isDeviceLightIdleEnabled(); in setUp()
226 static boolean isDeviceLightIdleEnabled() throws Exception { in isDeviceLightIdleEnabled() method in BaseJobSchedulerTest
DJobThrottlingTest.java122 private static boolean isDeviceLightIdleEnabled(UiDevice uiDevice) throws Exception { in isDeviceLightIdleEnabled() method in JobThrottlingTest
135 mDeviceLightIdleEnabled = isDeviceLightIdleEnabled(mUiDevice); in setUp()