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