Home
last modified time | relevance | path

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

/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java234 protected <T> T executeAndParseCommand(Function<String, T> resultParser, in executeAndParseCommand() argument
237 return resultParser.apply(output); in executeAndParseCommand()
245 Function<Matcher, T> resultParser, in executeAndParseCommand() argument
253 return resultParser.apply(matcher); in executeAndParseCommand()
259 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand() argument
262 return resultParser.apply(regex.matcher(output)); in executeAndParseCommand()