Searched refs:sectionType (Results 1 – 3 of 3) sorted by relevance
149 void addSection(String sectionType) { in addSection() argument151 if (!mSections.contains(sectionType)) { in addSection()152 mSections.add(sectionType); in addSection()296 Section read(String sectionType, TypedXmlPullParser parser) in read() argument387 String sectionType = parser.getAttributeValue(null, XML_ATTR_SECTION_TYPE); in read() local388 if (!selectSections || neededSections.contains(sectionType)) { in read()389 Section section = sectionReader.read(sectionType, parser); in read()393 "Unsupported PowerStatsStore section type: " + sectionType); in read()395 section = new Section(sectionType) { in read()399 + sectionType); in read()
356 public PowerStatsSpan.Section read(String sectionType, TypedXmlPullParser parser) in read() argument358 switch (sectionType) { in read()
64 (sectionType, parser) -> { in setup()65 if (sectionType.equals(TestSection.TYPE)) { in setup()