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