Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsSpan.java359 Set<String> neededSections = Sets.newArraySet(sectionTypes); in read() local
360 boolean selectSections = !neededSections.isEmpty(); in read()
388 if (!selectSections || neededSections.contains(sectionType)) { in read()