Home
last modified time | relevance | path

Searched defs:executeAndParseCommand (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() method in CarHostJUnit4TestCase
205 protected <T> T executeAndParseCommand(Pattern regex, String matchNotFoundErrorMessage, in executeAndParseCommand() method in CarHostJUnit4TestCase
220 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand() method in CarHostJUnit4TestCase