Searched refs:ATTR_ROOT_AFFINITY (Results 1 – 1 of 1) sorted by relevance
139 private static final String ATTR_ROOT_AFFINITY = "root_affinity"; field in TaskRecord1718 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@"); in saveToXml()1721 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@"); in saveToXml()1842 } else if (ATTR_ROOT_AFFINITY.equals(attrName)) { in restoreFromXml()