Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java818 long totalTime, ArrayMap<SourceKey, SourceState> inSources) { in createSortedAssociations() argument
819 final int numOfSources = inSources.size(); in createSortedAssociations()
822 final SourceState src = inSources.valueAt(isrc); in createSortedAssociations()
833 sources.add(new Pair<>(inSources.keyAt(isrc), cont)); in createSortedAssociations()