Searched refs:DEFAULT_WAIT_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
82 private static final long DEFAULT_WAIT_TIMEOUT = 5000; field in JobThrottlingTest196 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 …]