HomeSort by relevance Sort by last modified time
    Searched refs:affinityIntent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 40 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
455 if (affinityIntent != null) {
457 sb.append(prefix); sb.append("affinityIntent={");
458 affinityIntent.toShortString(sb, false, true, false, true);
503 } else if (affinityIntent != null) {
505 sb.append(affinityIntent.getComponent().flattenToShortString());
ActivityStack.java 511 } else if (task.affinityIntent != null
512 && task.affinityIntent.getComponent().equals(cls)) {
    [all...]
ActivityManagerService.java     [all...]

Completed in 60 milliseconds