Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DContactsIndexerDeviceTest.java73 private String getJobState(int jobId) throws Exception { in getJobState() method in ContactsIndexerDeviceTest
80 assertThat(getJobState(jobId)).contains("waiting"); in assertJobWaiting()
84 assertThat(getJobState(jobId)).contains("unknown"); in assertNoJob()
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java186 String getJobState(int jobId) throws Exception { in getJobState() method in ConstraintTest
193 String state = getJobState(jobId); in assertJobReady()
198 String state = getJobState(jobId); in assertJobWaiting()
203 String state = getJobState(jobId); in assertJobNotReady()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DStorageConstraintTest.java48 String getJobState() throws Exception { in getJobState() method in StorageConstraintTest
49 return getJobState(STORAGE_JOB_ID); in getJobState()
DBaseJobSchedulerTest.java307 String getJobState(int jobId) throws Exception { in getJobState() method in BaseJobSchedulerTest
314 String state = getJobState(jobId); in assertJobReady()
319 String state = getJobState(jobId); in assertJobWaiting()
324 String state = getJobState(jobId); in assertJobNotReady()
DBatteryConstraintTest.java113 String getJobState() throws Exception { in getJobState() method in BatteryConstraintTest
114 return getJobState(BATTERY_JOB_ID); in getJobState()
DTestAppInterface.java437 private String getJobState(int jobId) throws Exception {
444 String state = getJobState(jobId);
DJobThrottlingTest.java1508 private String getJobState() throws Exception { in getJobState() method in JobThrottlingTest
1514 String state = getJobState(); in assertJobWaiting()
1519 String state = getJobState(); in assertJobNotReady()