Searched refs:affinityIntent (Results 1 – 4 of 4) sorted by relevance
238 Intent affinityIntent; // Intent of affinity-moved activity that started this task. field in Task558 affinityIntent = _affinityIntent; in Task()1278 if (affinityIntent != null) return affinityIntent; in getBaseIntent()3810 if (affinityIntent != null) {3813 affinityIntent.toShortString(sb, false, true, false, false);3907 } else if (affinityIntent != null && affinityIntent.getComponent() != null) {3909 sb.append(affinityIntent.getComponent().flattenToShortString());4015 if (affinityIntent != null) {4017 affinityIntent.saveToXml(out);4060 Intent affinityIntent = null;[all …]
267 targetTask.affinityIntent = r.intent; in processPendingReparentActivities()
370 final Intent affinityIntent = task.affinityIntent; in apply() local376 } else if (affinityIntent != null && affinityIntent.isDocument()) { in apply()378 taskDocumentData = affinityIntent.getData(); in apply()398 } else if (affinityIntent != null && affinityIntent.getComponent() != null in apply()399 && affinityIntent.getComponent().compareTo(cls) == 0 && in apply()
1747 match |= task.affinityIntent != null in dump()1748 && task.affinityIntent.getComponent() != null in dump()1750 task.affinityIntent.getComponent().getPackageName()); in dump()