Searched refs:ATTR_ROOT_AFFINITY (Results 1 – 1 of 1) sorted by relevance
146 private static final String ATTR_ROOT_AFFINITY = "root_affinity"; field in TaskRecord2130 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@"); in saveToXml()2133 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@"); in saveToXml()2323 case ATTR_ROOT_AFFINITY: in restoreFromXml()