Searched refs:isPersisted (Results 1 – 5 of 5) sorted by relevance
320 private final boolean isPersisted; field in JobInfo554 public boolean isPersisted() { in isPersisted() method in JobInfo555 return isPersisted; in isPersisted()696 if (isPersisted != j.isPersisted) { in equals()752 hashCode = 31 * hashCode + Boolean.hashCode(isPersisted); in hashCode()788 isPersisted = in.readInt() == 1; in JobInfo()818 isPersisted = b.mIsPersisted; in JobInfo()862 out.writeInt(isPersisted ? 1 : 0); in writeToParcel()1539 public Builder setPersisted(boolean isPersisted) { in setPersisted() argument1540 mIsPersisted = isPersisted; in setPersisted()
874 public boolean isPersisted() { in isPersisted() method in JobStatus875 return job.isPersisted(); in isPersisted()1204 if (job.isPersisted()) { in toString()1462 if (job.isPersisted()) { in dump()1679 proto.write(JobStatusDumpProto.JobInfo.IS_PERSISTED, job.isPersisted()); in dump()
211 if (jobStatus.isPersisted()) { in add()249 if (writeBack && jobStatus.isPersisted()) { in remove()397 if (job.isPersisted()) {
2729 if (job.isPersisted()) { in schedule()2757 if (job.isPersisted()) { in enqueue()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...