Searched refs:sectionTypes (Results 1 – 2 of 2) sorted by relevance
166 public PowerStatsSpan loadPowerStatsSpan(long id, String... sectionTypes) { in loadPowerStatsSpan() argument172 return PowerStatsSpan.read(inputStream, parser, mSectionReader, sectionTypes); in loadPowerStatsSpan()
357 SectionReader sectionReader, String... sectionTypes) in read() argument359 Set<String> neededSections = Sets.newArraySet(sectionTypes); in read()