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

/frameworks/base/services/java/com/android/server/am/
H A DTaskRecord.java31 Intent affinityIntent; // Intent of affinity-moved activity that started this task. field in class:TaskRecord
124 if (affinityIntent != null) {
126 sb.append(prefix); sb.append("affinityIntent={");
127 affinityIntent.toShortString(sb, false, true, false, true);
164 } else if (affinityIntent != null) {
166 sb.append(affinityIntent.getComponent().flattenToShortString());

Completed in 86 milliseconds