Searched refs:isPersisted (Results 1 – 9 of 9) sorted by relevance
323 private final boolean isPersisted; field in JobInfo538 public boolean isPersisted() { in isPersisted() method in JobInfo539 return isPersisted; in isPersisted()676 if (isPersisted != j.isPersisted) { in equals()732 hashCode = 31 * hashCode + Boolean.hashCode(isPersisted); in hashCode()768 isPersisted = in.readInt() == 1; in JobInfo()798 isPersisted = b.mIsPersisted; in JobInfo()842 out.writeInt(isPersisted ? 1 : 0); in writeToParcel()1500 public Builder setPersisted(boolean isPersisted) { in setPersisted() argument1501 mIsPersisted = isPersisted; in setPersisted()
76 assertTrue(jobInfo.isPersisted) in testJobHasRightParameters()
978 public boolean isPersisted() { in isPersisted() method in JobStatus979 return job.isPersisted(); in isPersisted()1373 if (job.isPersisted()) { in toString()1628 if (job.isPersisted()) { in dump()1860 proto.write(JobStatusDumpProto.JobInfo.IS_PERSISTED, job.isPersisted()); in dump()
208 if (jobStatus.isPersisted()) { in add()247 if (removeFromPersisted && jobStatus.isPersisted()) { in remove()408 if (job.isPersisted()) {
1011 if (job.isPersisted() && (packageName == null || packageName.equals(servicePkg))) {2632 if (job.isPersisted()) {2660 if (job.isPersisted()) {
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
5544 method public boolean isPersisted();
3803 HSPLandroid/app/job/JobInfo;->isPersisted()Z
7643 method public boolean isPersisted();