Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java562 private boolean mReadyWithinQuota; field in JobStatus
1884 mReadyWithinQuota = state; in setQuotaConstraintSatisfied()
2263 oldValue = mReadyWithinQuota; in readinessStatusWithConstraint()
2264 mReadyWithinQuota = value; in readinessStatusWithConstraint()
2300 mReadyWithinQuota = oldValue; in readinessStatusWithConstraint()
2316 if (((!mReadyWithinQuota) in isReady()