Searched refs:isPersisted (Results 1 – 9 of 9) sorted by relevance
303 private final boolean isPersisted; field in JobInfo536 public boolean isPersisted() { in isPersisted() method in JobInfo537 return isPersisted; in isPersisted()678 if (isPersisted != j.isPersisted) { in equals()734 hashCode = 31 * hashCode + Boolean.hashCode(isPersisted); in hashCode()770 isPersisted = in.readInt() == 1; in JobInfo()800 isPersisted = b.mIsPersisted; in JobInfo()844 out.writeInt(isPersisted ? 1 : 0); in writeToParcel()1519 public Builder setPersisted(boolean isPersisted) { in setPersisted() argument1520 mIsPersisted = isPersisted; in setPersisted()
796 public boolean isPersisted() { in isPersisted() method in JobStatus797 return job.isPersisted(); in isPersisted()1026 if (job.isPersisted()) { in toString()1236 if (job.isPersisted()) { in dump()1433 proto.write(JobStatusDumpProto.JobInfo.IS_PERSISTED, job.isPersisted()); in dump()
86 assertThat(jobInfo.isPersisted(), is(false)); in testConvert_setPersistedByDefault()
202 if (jobStatus.isPersisted()) { in add()240 if (writeBack && jobStatus.isPersisted()) { in remove()349 if (job.isPersisted()) {
2543 if (job.isPersisted()) { in schedule()2571 if (job.isPersisted()) { in enqueue()
5544 method public boolean isPersisted();
3200 Landroid/app/job/JobInfo;->isPersisted()Z
16028 HSPLandroid/app/job/JobInfo;->isPersisted()Z
7086 method public boolean isPersisted();