Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java541 private boolean mReadyNotRestrictedInBg; field in JobStatus
1758 mReadyNotRestrictedInBg = state; in setBackgroundNotRestrictedConstraintSatisfied()
2162 oldValue = mReadyNotRestrictedInBg; in readinessStatusWithConstraint()
2163 mReadyNotRestrictedInBg = value; in readinessStatusWithConstraint()
2206 mReadyNotRestrictedInBg = oldValue; in readinessStatusWithConstraint()
2244 return mReadyNotDozing && mReadyNotRestrictedInBg && (serviceProcessName != null) in isReady()
2810 pw.println(mReadyNotRestrictedInBg); in dump()
3057 mReadyNotRestrictedInBg); in dump()