Searched refs:numOfSources (Results 1 – 2 of 2) sorted by relevance
349 final int numOfSources = mCommonSources != null ? mCommonSources.size() : 0; in writeToParcel() local350 out.writeInt(numOfSources); in writeToParcel()351 for (int i = 0; i < numOfSources; i++) { in writeToParcel()388 final int numOfSources = in.readInt(); in readFromParcel() local389 if (numOfSources > 0) { in readFromParcel()390 mCommonSources = new ArrayMap<>(numOfSources); in readFromParcel()391 for (int i = 0; i < numOfSources; i++) { in readFromParcel()
820 final int numOfSources = inSources.size(); in createSortedAssociations() local821 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources = new ArrayList<>(numOfSources); in createSortedAssociations()822 for (int isrc = 0; isrc < numOfSources; isrc++) { in createSortedAssociations()