Home
last modified time | relevance | path

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

/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java234 protected <T> T executeAndParseCommand(Function<String, T> resultParser, in executeAndParseCommand() method in CarHostJUnit4TestCase
244 protected <T> T executeAndParseCommand(Pattern regex, String matchNotFoundErrorMessage, in executeAndParseCommand() method in CarHostJUnit4TestCase
259 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand() method in CarHostJUnit4TestCase
270 ArrayList<UserInfo> allUsers = executeAndParseCommand(USER_PATTERN, (matcher) -> { in onAllUsers()
351 int userId = executeAndParseCommand(CREATE_USER_OUTPUT_PATTERN, in createUser()
462 return executeAndParseCommand(output -> Integer.parseInt(output.trim()), in getLastActiveUserId()
/cts/hostsidetests/car/src/android/car/cts/
DUiModeHostTest.java86 return executeAndParseCommand(NIGHT_MODE_REGEX, in isNightMode()
DPowerPolicyHostTest.java197 return executeAndParseCommand(new SystemInfoParser<SilentModeInfo>(SilentModeInfo.class), in getSilentModeInfo()
222 return executeAndParseCommand(new SystemInfoParser<CpmsFrameworkLayerStateInfo>( in getCpmsFrameworkLayerStateInfo()
228 return executeAndParseCommand(new SystemInfoParser<CpmsSystemLayerStateInfo>( in getCpmsSystemLayerStateInfo()
564 return mHostTest.executeAndParseCommand(new SystemInfoParser<T>(mTypeClass), in tryGetComponentInfo()
DPreCreateUsersHostTest.java185 return executeAndParseCommand((output) -> { in preCreateUser()