Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java372 private boolean mReadyNotRestrictedInBg; field in JobStatus
1097 mReadyNotRestrictedInBg = state; in setBackgroundNotRestrictedConstraintSatisfied()
1227 oldValue = mReadyNotRestrictedInBg; in wouldBeReadyWithConstraint()
1228 mReadyNotRestrictedInBg = true; in wouldBeReadyWithConstraint()
1253 mReadyNotRestrictedInBg = oldValue; in wouldBeReadyWithConstraint()
1287 return mReadyNotDozing && mReadyNotRestrictedInBg && (mReadyDeadlineSatisfied in isReady()
1762 pw.println(mReadyNotRestrictedInBg); in dump()
1976 mReadyNotRestrictedInBg); in dump()