Searched refs:execCommandAndFind (Results 1 – 3 of 3) 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()
55 execCommandAndFind( in testPackageServiceDump()
207 protected Matcher execCommandAndFind(String command, String pattern) throws Exception { in execCommandAndFind() method in BaseDumpsysTest221 final Matcher matcher = execCommandAndFind(command, pattern); in execCommandAndGetFirstGroup()