Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DJobStatus.java330 private boolean mReadyNotRestrictedInBg; field in JobStatus
993 mReadyNotRestrictedInBg = state; in setBackgroundNotRestrictedConstraintSatisfied()
1075 oldValue = mReadyNotRestrictedInBg; in wouldBeReadyWithConstraint()
1076 mReadyNotRestrictedInBg = true; in wouldBeReadyWithConstraint()
1099 mReadyNotRestrictedInBg = oldValue; in wouldBeReadyWithConstraint()
1124 return mReadyNotDozing && mReadyNotRestrictedInBg && (mReadyDeadlineSatisfied in isReady()
1588 pw.println(mReadyNotRestrictedInBg); in dump()
1783 mReadyNotRestrictedInBg); in dump()