HomeSort by relevance Sort by last modified time
    Searched refs: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);
ConstraintTest.java 185 String getJobState(int jobId) throws Exception {
192 String state = getJobState(jobId);
197 String state = getJobState(jobId);
202 String state = getJobState(jobId);
BatteryConstraintTest.java 111 String getJobState() throws Exception {
112 return getJobState(BATTERY_JOB_ID);
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerShellCommand.java 64 return getJobState(pw);
261 private int getJobState(PrintWriter pw) throws Exception {
290 int ret = mInternal.getJobState(pw, pkgName, userId, jobId);
JobSchedulerService.java     [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
JobStatus.java 88 public String getJobState() {
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrintJob.java 166 switch (jobStatus.getJobState()) {

Completed in 220 milliseconds