Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java541 Map<String, List<SectionPeriod>> sectionInfo = new HashMap<>(); in parseAtraceInfoFile() local
594 if (sectionInfo.containsKey(matchingBegin.name)) { in parseAtraceInfoFile()
600 sectionInfo.get(matchingBegin.name).add(newSecPeriod); in parseAtraceInfoFile()
610 sectionInfo.put(matchingBegin.name, infoList); in parseAtraceInfoFile()
620 return sectionInfo; in parseAtraceInfoFile()