Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DDeviceIdleJobsTest.java148 toggleDeviceIdleState(true); in testAllowWhileIdleJobInTempwhitelist()
163 toggleDeviceIdleState(true); in testForegroundJobsStartImmediately()
167 toggleDeviceIdleState(false); in testForegroundJobsStartImmediately()
178 toggleDeviceIdleState(true); in testBackgroundJobsDelayed()
181 toggleDeviceIdleState(false); in testBackgroundJobsDelayed()
216 toggleDeviceIdleState(false); in tearDown()
254 private void toggleDeviceIdleState(final boolean idle) throws Exception { in toggleDeviceIdleState() method in DeviceIdleJobsTest