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

/frameworks/base/services/java/com/android/server/am/
H A DTaskRecord.java38 final String affinity; // The affinity name for this task, or null. field in class:TaskRecord
40 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
68 affinity = info.taskAffinity;
445 if (affinity != null) {
446 pw.print(prefix); pw.print("affinity="); pw.println(affinity);
497 if (affinity != null) {
499 sb.append(affinity);

Completed in 44 milliseconds