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.java559 private boolean mReadyNotRestrictedInBg; field in JobStatus
1874 mReadyNotRestrictedInBg = state; in setBackgroundNotRestrictedConstraintSatisfied()
2251 oldValue = mReadyNotRestrictedInBg; in readinessStatusWithConstraint()
2252 mReadyNotRestrictedInBg = value; in readinessStatusWithConstraint()
2291 mReadyNotRestrictedInBg = oldValue; in readinessStatusWithConstraint()
2326 return mReadyNotDozing && mReadyNotRestrictedInBg && (serviceProcessName != null) in isReady()
2893 pw.println(mReadyNotRestrictedInBg); in dump()
3138 mReadyNotRestrictedInBg); in dump()