Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java82 private static final long DEFAULT_WAIT_TIMEOUT = 5000; field in JobThrottlingTest
196 Thread.sleep(DEFAULT_WAIT_TIMEOUT); in testAllowWhileIdleJobInTempwhitelist()
212 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testForegroundJobsStartImmediately()
215 mTestAppInterface.awaitJobStop(DEFAULT_WAIT_TIMEOUT)); in testForegroundJobsStartImmediately()
224 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testForegroundJobsStartImmediately()
234 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testBackgroundJobsDelayed()
237 mTestAppInterface.awaitJobStop(DEFAULT_WAIT_TIMEOUT)); in testBackgroundJobsDelayed()
245 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testBackgroundJobsDelayed()
253 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testJobStoppedWhenRestricted()
257 mTestAppInterface.awaitJobStop(DEFAULT_WAIT_TIMEOUT)); in testJobStoppedWhenRestricted()
[all …]