Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarHostJUnit4TestCase.java195 protected <T> T executeAndParseCommand(Function<String, T> resultParser, in executeAndParseCommand() argument
198 return resultParser.apply(output); in executeAndParseCommand()
206 Function<Matcher, T> resultParser, in executeAndParseCommand() argument
214 return resultParser.apply(matcher); in executeAndParseCommand()
220 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand() argument
223 return resultParser.apply(regex.matcher(output)); in executeAndParseCommand()