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

  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 95 Intent affinityIntent; // Intent of affinity-moved activity that started this task.
228 affinityIntent = _affinityIntent;
468 return intent != null ? intent : affinityIntent;
    [all...]
ActivityStack.java 531 final Intent affinityIntent = task.affinityIntent;
537 } else if (affinityIntent != null && affinityIntent.isDocument()) {
539 taskDocumentData = affinityIntent.getData();
562 } else if (affinityIntent != null && affinityIntent.getComponent() != null &&
563 affinityIntent.getComponent().compareTo(cls) == 0 &&
    [all...]

Completed in 123 milliseconds