Searched refs:ATTR_ROOT_AFFINITY (Results 1 - 1 of 1) sorted by path

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

Completed in 173 milliseconds