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