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.
470 if (affinityIntent != null) {
472 sb.append(prefix); sb.append("affinityIntent={");
473 affinityIntent.toShortString(sb, false, true, false, true);
518 } else if (affinityIntent != null) {
520 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 136 milliseconds