Searched refs:commandFormat (Results 1 – 2 of 2) sorted by relevance
289 protected static String executeShellCommand(String commandFormat, Object... args) in executeShellCommand() argument292 return executeShellCommand(uiAutomation, commandFormat, args); in executeShellCommand()295 private static String executeShellCommand(UiAutomation uiAutomation, String commandFormat, in executeShellCommand() argument298 String.format(commandFormat, args)); in executeShellCommand()
496 private List<String> executeCommand(String commandFormat, Object... args) { in executeCommand() argument497 return executeCommand(String.format(commandFormat, args)); in executeCommand()