Searched refs:mWakelockParser (Results 1 – 1 of 1) sorted by relevance
56 private WakelockParser mWakelockParser = new WakelockParser(); field in BatteryStatsDetailedInfoParser131 addSectionParser(mWakelockParser, KERNEL_WAKELOCK_SECTION_REGEX); in setup()132 addSectionParser(mWakelockParser, PARTIAL_WAKELOCK_SECTION_REGEX); in setup()166 (WakelockItem) getSection(mWakelockParser)); in commit()