Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DWakelockParserTest.java46 WakelockItem wakelock = new WakelockParser().parse(inputBlock); in testKernelWakelockParser()
48 assertEquals(WakelockParser.TOP_WAKELOCK_COUNT, in testKernelWakelockParser()
69 WakelockItem wakelock = new WakelockParser().parse(inputBlock); in testPartialWakelockParser()
71 assertEquals(WakelockParser.TOP_WAKELOCK_COUNT, in testPartialWakelockParser()
94 WakelockItem wakelock = new WakelockParser().parse(inputBlock); in testPartialWakelockParserOnOldFormat()
96 assertEquals(WakelockParser.TOP_WAKELOCK_COUNT, in testPartialWakelockParserOnOldFormat()
119 WakelockItem wakelock = new WakelockParser().parse(inputBlock); in testInvalidInputWakelockParser()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBatteryStatsDetailedInfoParser.java56 private WakelockParser mWakelockParser = new WakelockParser();
DWakelockParser.java29 public class WakelockParser implements IParser { class