Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java384 private final int[] mConstraintStatusHistory = new int[NUM_CONSTRAINT_CHANGE_HISTORY]; field in JobStatus
1271 mConstraintStatusHistory[mConstraintChangeHistoryIndex] = satisfiedConstraints; in setConstraintSatisfied()
1993 dumpConstraints(pw, mConstraintStatusHistory[idx]); in dump()