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