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