Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java544 private boolean mReadyWithinQuota; field in JobStatus
1768 mReadyWithinQuota = state; in setQuotaConstraintSatisfied()
2178 oldValue = mReadyWithinQuota; in readinessStatusWithConstraint()
2179 mReadyWithinQuota = value; in readinessStatusWithConstraint()
2218 mReadyWithinQuota = oldValue; in readinessStatusWithConstraint()
2234 if (((!mReadyWithinQuota || !mReadyTareWealth) in isReady()