Searched defs:JobStatus (Results 1 - 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DJobStatus.java30 public class JobStatus { class
64 public JobStatus() { method in class:JobStatus
70 private JobStatus(JobStatus other) { method in class:JobStatus
109 return "JobStatus{id=" + mId +
117 final JobStatus mPrototype;
120 mPrototype = new JobStatus();
123 Builder(JobStatus from) {
124 mPrototype = new JobStatus(from);
152 public JobStatus buil
[all...]

Completed in 43 milliseconds