Home
last modified time | relevance | path

Searched refs:hasLateConstraint (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java480 private final boolean hasLateConstraint; field in JobInfo
839 public boolean hasLateConstraint() { in hasLateConstraint() method in JobInfo
840 return hasLateConstraint; in hasLateConstraint()
886 if (hasLateConstraint != j.hasLateConstraint) { in equals()
966 hashCode = 31 * hashCode + Boolean.hashCode(hasLateConstraint); in hashCode()
1028 hasLateConstraint = in.readInt() == 1; in JobInfo()
1071 hasLateConstraint = b.mHasLateConstraint; in JobInfo()
1119 out.writeInt(hasLateConstraint ? 1 : 0); in writeToParcel()
1321 mHasLateConstraint = job.hasLateConstraint(); in Builder()
2385 if (hasLateConstraint && !isPeriodic) { in enforceValidity()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java829 latestRunTimeElapsedMillis = job.hasLateConstraint() ? in createFromJobInfo()
1329 && !job.hasLateConstraint() in updateMediaBackupExemptionStatus()
1484 if (job.hasEarlyConstraint() || job.hasLateConstraint()) { in maybeAddForegroundExemption()
2811 if (job.hasLateConstraint()) { in dump()
3087 proto.write(JobStatusDumpProto.JobInfo.HAS_LATE_CONSTRAINT, job.hasLateConstraint()); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7158 Landroid/app/job/JobInfo;->hasLateConstraint()Z
7159 Landroid/app/job/JobInfo;->hasLateConstraint:Z