Home
last modified time | relevance | path

Searched refs:executeAndParseCommand (Results 1 – 4 of 4) 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
231 ArrayList<UserInfo> allUsers = executeAndParseCommand(USER_PATTERN, (matcher) -> { in onAllUsers()
291 int userId = executeAndParseCommand(CREATE_USER_OUTPUT_PATTERN, in createUser()
DUiModeHostTest.java86 return executeAndParseCommand(NIGHT_MODE_REGEX, in isNightMode()
DPowerPolicyHostTest.java235 return executeAndParseCommand( in getSilentModeInfo()
241 return executeAndParseCommand(new SystemInfoParser<CpmsFrameworkLayerStateInfo>( in getCpmsFrameworkLayerStateInfo()
246 return executeAndParseCommand(new SystemInfoParser<CpmsSystemLayerStateInfo>( in getCpmsSystemLayerStateInfo()
421 return mHostTest.executeAndParseCommand(new SystemInfoParser<T>(mTypeClass), in tryGetComponentInfo()
DPreCreateUsersHostTest.java220 return executeAndParseCommand((output) -> { in preCreateUser()