HomeSort by relevance Sort by last modified time
    Searched refs:getJobState (Results 1 - 4 of 4) sorted by null

  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
StorageConstraintTest.java 51 String getJobState() throws Exception {
52 return getJobState(STORAGE_JOB_ID);
ConstraintTest.java 188 String getJobState(int jobId) throws Exception {
195 String state = getJobState(jobId);
200 String state = getJobState(jobId);
205 String state = getJobState(jobId);
BatteryConstraintTest.java 151 String getJobState() throws Exception {
152 return getJobState(BATTERY_JOB_ID);
  /cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
ConstraintTest.java 185 String getJobState(int jobId) throws Exception {
192 String state = getJobState(jobId);
197 String state = getJobState(jobId);
202 String state = getJobState(jobId);

Completed in 74 milliseconds