Searched defs:commandFormat (Results 1 – 2 of 2) sorted by relevance
131 protected static String executeShellCommand(String commandFormat, Object... args) in executeShellCommand()138 String commandFormat, Object... args) throws IOException { in executeShellCommandWithPermission()150 private static String executeShellCommand(UiAutomation uiAutomation, String commandFormat, in executeShellCommand()
44 public void addCommand(String commandFormat, Object... commandArgs) { in addCommand()