Searched refs:mReadyNotDozing (Results 1 – 1 of 1) sorted by relevance
535 private boolean mReadyNotDozing; field in JobStatus687 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()