Searched refs:SystemPropsParser (Results 1 – 3 of 3) sorted by relevance
40 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()
112 private SystemPropsParser mSystemPropsParser = new SystemPropsParser();
28 public class SystemPropsParser implements IParser { class