Searched refs:cmdFormat (Results 1 – 3 of 3) sorted by relevance
156 private void run(RemoteRunnable cmd, String cmdFormat, Object... cmdArgs) { in run() argument158 String cmdString = String.format(cmdFormat, cmdArgs); in run()
982 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() argument983 String cmd = String.format(cmdFormat, args); in executeShellCmd()
1139 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() argument1140 String cmd = String.format(cmdFormat, args); in executeShellCmd()