Home
last modified time | relevance | path

Searched refs:effectiveRootIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java903 final int effectiveRootIndex = findEffectiveRootIndex(); in updateEffectiveIntent() local
904 final ActivityRecord r = mActivities.get(effectiveRootIndex); in updateEffectiveIntent()