Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java535 private boolean mReadyNotDozing; field in JobStatus
687 mReadyNotDozing = canRunInDoze(); in JobStatus()
1746 mReadyNotDozing = state || canRunInDoze(); in setDeviceNotDozingConstraintSatisfied()
1838 mReadyNotDozing = isConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING) || canRunInDoze(); in updateExpeditedDependencies()
2170 oldValue = mReadyNotDozing; in readinessStatusWithConstraint()
2171 mReadyNotDozing = value; in readinessStatusWithConstraint()
2212 mReadyNotDozing = oldValue; in readinessStatusWithConstraint()
2244 return mReadyNotDozing && mReadyNotRestrictedInBg && (serviceProcessName != null) in isReady()
2808 pw.println(mReadyNotDozing); in dump()
3055 proto.write(JobStatusDumpProto.ImplicitConstraints.IS_NOT_DOZING, mReadyNotDozing); in dump()