Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DSystemPropsParserTest.java40 SystemPropsItem map = new SystemPropsParser().parse(inputBlock); in testSimpleParse()
60 SystemPropsItem map = new SystemPropsParser().parse(inputBlock); in testParseError()
71 SystemPropsItem item = new SystemPropsParser().parse(Arrays.asList("")); in testEmptyInput()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java112 private SystemPropsParser mSystemPropsParser = new SystemPropsParser();
DSystemPropsParser.java28 public class SystemPropsParser implements IParser { class