Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java146 toggleDeviceIdleState(true); in testAllowWhileIdleJobInTempwhitelist()
163 toggleDeviceIdleState(true); in testForegroundJobsStartImmediately()
168 toggleDeviceIdleState(false); in testForegroundJobsStartImmediately()
180 toggleDeviceIdleState(true); in testBackgroundJobsDelayed()
184 toggleDeviceIdleState(false); in testBackgroundJobsDelayed()
325 toggleDeviceIdleState(false); in tearDown()
356 private void toggleDeviceIdleState(final boolean idle) throws Exception { in toggleDeviceIdleState() method in JobThrottlingTest