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

  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 91 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
224 affinityIntent = _affinityIntent;
464 return intent != null ? intent : affinityIntent;
    [all...]
ActivityStack.java 537 final Intent affinityIntent = task.affinityIntent;
543 } else if (affinityIntent != null && affinityIntent.isDocument()) {
545 taskDocumentData = affinityIntent.getData();
568 } else if (affinityIntent != null && affinityIntent.getComponent() != null &&
569 affinityIntent.getComponent().compareTo(cls) == 0 &&
    [all...]
ActivityManagerService.java     [all...]

Completed in 138 milliseconds