Searched refs:executeAndParseCommand (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/car/util/src/android/car/cts/ |
D | CarHostJUnit4TestCase.java | 234 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/ |
D | UiModeHostTest.java | 86 return executeAndParseCommand(NIGHT_MODE_REGEX, in isNightMode()
|
D | PowerPolicyHostTest.java | 197 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()
|
D | PreCreateUsersHostTest.java | 185 return executeAndParseCommand((output) -> { in preCreateUser()
|