Home
last modified time | relevance | path

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

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