Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java216 mTestAppInterface.awaitJobStart(5_000)); in testAllowWhileIdleJobInTempwhitelist()
219 mTestAppInterface.awaitJobStart(5_000)); in testAllowWhileIdleJobInTempwhitelist()
229 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testForegroundJobsStartImmediately()
241 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testForegroundJobsStartImmediately()
251 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testBackgroundJobsDelayed()
258 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testBackgroundJobsDelayed()
262 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testBackgroundJobsDelayed()
270 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testJobStoppedWhenRestricted()
283 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testRestrictedJobStartedWhenUnrestricted()
286 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT)); in testRestrictedJobStartedWhenUnrestricted()
[all …]
DConnectivityConstraintTest.java380 mTestAppInterface.awaitJobStart(30_000)); in testCellularConstraintExecutedAndStopped_Foreground()
481 mTestAppInterface.awaitJobStart(DEFAULT_TIMEOUT_MILLIS)); in testFgExpeditedJobBypassesDataSaver()
547 mTestAppInterface.awaitJobStart(DEFAULT_TIMEOUT_MILLIS)); in testCellularConstraintExecutedAndStopped()
765 mTestAppInterface.awaitJobStart(DEFAULT_TIMEOUT_MILLIS)); in testBgExpeditedJobDoesNotBypassDataSaver()
806 mTestAppInterface.awaitJobStart(DEFAULT_TIMEOUT_MILLIS)); in testExpeditedJobDoesNotBypassSimultaneousFirewalls_withDataSaver()
DExpeditedJobTest.java80 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT_MS)); in testJobUidState()
DTestAppInterface.java167 boolean awaitJobStart(long maxWait) throws Exception { in awaitJobStart() method in TestAppInterface