Home
last modified time | relevance | path

Searched refs:commandFormat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DAbstractCarTestCase.java131 protected static String executeShellCommand(String commandFormat, Object... args) in executeShellCommand() argument
134 return executeShellCommand(uiAutomation, commandFormat, args); in executeShellCommand()
138 String commandFormat, Object... args) throws IOException { in executeShellCommandWithPermission() argument
143 result = executeShellCommand(uiAutomation, commandFormat, args); in executeShellCommandWithPermission()
150 private static String executeShellCommand(UiAutomation uiAutomation, String commandFormat, in executeShellCommand() argument
153 String.format(commandFormat, args)); in executeShellCommand()
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DLogShellCommandRule.java44 public void addCommand(String commandFormat, Object... commandArgs) { in addCommand() argument
45 String command = String.format(commandFormat, commandArgs); in addCommand()