Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/parser/
DAbstractSectionParser.java37 private IParser mCurrentParser = new NoopParser();
117 if (item != null && !(mCurrentParser instanceof NoopParser)) { in runCurrentParser()
DNoopParser.java25 public class NoopParser implements IParser { class
DActivityServiceParser.java63 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()
DDumpsysBatteryStatsParser.java75 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()
DDumpsysParser.java72 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()
DBugreportParser.java183 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()