Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java553 private boolean mReadyNotDozing; field in JobStatus
711 mReadyNotDozing = canRunInDoze(); in JobStatus()
1862 mReadyNotDozing = state || canRunInDoze(); in setDeviceNotDozingConstraintSatisfied()
1922 mReadyNotDozing = isConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING) || canRunInDoze(); in updateExpeditedDependencies()
2259 oldValue = mReadyNotDozing; in readinessStatusWithConstraint()
2260 mReadyNotDozing = value; in readinessStatusWithConstraint()
2297 mReadyNotDozing = oldValue; in readinessStatusWithConstraint()
2326 return mReadyNotDozing && mReadyNotRestrictedInBg && (serviceProcessName != null) in isReady()
2891 pw.println(mReadyNotDozing); in dump()
3136 proto.write(JobStatusDumpProto.ImplicitConstraints.IS_NOT_DOZING, mReadyNotDozing); in dump()