Searched refs:execCommandAndFind (Results 1 – 2 of 2) sorted by relevance
183 protected Matcher execCommandAndFind(String command, String pattern, int patternFlags) in execCommandAndFind() method in ProtoDumpTestCase195 protected Matcher execCommandAndFind(String command, String pattern) throws Exception { in execCommandAndFind() method in ProtoDumpTestCase196 return execCommandAndFind(command, pattern, 0); in execCommandAndFind()204 final Matcher matcher = execCommandAndFind(command, pattern); in execCommandAndGetFirstGroup()
207 protected Matcher execCommandAndFind(String command, String pattern) throws Exception { in execCommandAndFind() method in BaseDumpsysTest221 final Matcher matcher = execCommandAndFind(command, pattern); in execCommandAndGetFirstGroup()