Home
last modified time | relevance | path

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

/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java185 String getJobState(int jobId) throws Exception { in getJobState() method in ConstraintTest
192 String state = getJobState(jobId); in assertJobReady()
197 String state = getJobState(jobId); in assertJobWaiting()
202 String state = getJobState(jobId); in assertJobNotReady()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DBaseJobSchedulerTest.java190 String getJobState(int jobId) throws Exception { in getJobState() method in BaseJobSchedulerTest
197 String state = getJobState(jobId); in assertJobReady()
202 String state = getJobState(jobId); in assertJobWaiting()
207 String state = getJobState(jobId); in assertJobNotReady()
DBatteryConstraintTest.java139 String getJobState() throws Exception { in getJobState() method in BatteryConstraintTest
140 return getJobState(BATTERY_JOB_ID); in getJobState()
DJobThrottlingTest.java1247 private String getJobState() throws Exception { in getJobState() method in JobThrottlingTest
1253 String state = getJobState(); in assertJobWaiting()
1258 String state = getJobState(); in assertJobNotReady()
1263 String state = getJobState(); in assertJobReady()