Home
last modified time | relevance | path

Searched defs:affinityIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java147 Intent affinityIntent; // Intent of affinity-moved activity that started this task. field in TaskRecord
1217 Intent affinityIntent = null; in restoreFromXml() local
DActivityStack.java770 final Intent affinityIntent = task.affinityIntent; in findTaskLocked() local