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

  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
StorageConstraintTest.java 51 String getJobState() throws Exception {
52 return getJobState(STORAGE_JOB_ID);
BatteryConstraintTest.java 116 String getJobState() throws Exception {
117 return getJobState(BATTERY_JOB_ID);
ConstraintTest.java 185 String getJobState(int jobId) throws Exception {
192 String state = getJobState(jobId);
197 String state = getJobState(jobId);
202 String state = getJobState(jobId);
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
JobStatus.java 88 public String getJobState() {
  /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);
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerShellCommand.java 66 return getJobState(pw);
303 private int getJobState(PrintWriter pw) throws Exception {
332 int ret = mInternal.getJobState(pw, pkgName, userId, jobId);
JobSchedulerService.java     [all...]

Completed in 248 milliseconds