Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java440 private final boolean hasLateConstraint; field in JobInfo
800 public boolean hasLateConstraint() { in hasLateConstraint() method in JobInfo
801 return hasLateConstraint; in hasLateConstraint()
850 if (hasLateConstraint != j.hasLateConstraint) { in equals()
925 hashCode = 31 * hashCode + Boolean.hashCode(hasLateConstraint); in hashCode()
982 hasLateConstraint = in.readInt() == 1; in JobInfo()
1015 hasLateConstraint = b.mHasLateConstraint; in JobInfo()
1062 out.writeInt(hasLateConstraint ? 1 : 0); in writeToParcel()
1256 mHasLateConstraint = job.hasLateConstraint(); in Builder()
2281 if (hasLateConstraint) { in enforceValidity()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java820 latestRunTimeElapsedMillis = job.hasLateConstraint() ? in createFromJobInfo()
1267 && !job.hasLateConstraint() in updateMediaBackupExemptionStatus()
1373 if (job.hasEarlyConstraint() || job.hasLateConstraint()) { in maybeAddForegroundExemption()
2734 if (job.hasLateConstraint()) { in dump()
3006 proto.write(JobStatusDumpProto.JobInfo.HAS_LATE_CONSTRAINT, job.hasLateConstraint()); in dump()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7158 Landroid/app/job/JobInfo;->hasLateConstraint()Z
7159 Landroid/app/job/JobInfo;->hasLateConstraint:Z