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

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java109 private static final String ATTR_AFFINITY = "affinity";
142 String affinity; // The affinity name for this task, or null; may change identity. field in class:TaskRecord
143 String rootAffinity; // Initial base affinity, or null; does not change from initial root.
147 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
344 affinity = _affinity;
406 affinity = info.taskAffinity;
409 // affinity -- we don't want it changing after initially set, but the initially
411 rootAffinity = affinity;
1142 // Write affinity, an
[all...]

Completed in 10 milliseconds