Searched defs:ATTR_ROOT_AFFINITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java110 private static final String ATTR_ROOT_AFFINITY = "root_affinity"; field in class:TaskRecord
1149 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@");
1152 out.attribute(null, ATTR_ROOT_AFFINITY, rootAffinity != null ? rootAffinity : "@");
1268 } else if (ATTR_ROOT_AFFINITY.equals(attrName)) {

Completed in 120 milliseconds