Searched refs:runCmd (Results 1 – 4 of 4) sorted by relevance
135 runCmd("rm -fr " + tmpDir, cwd); in testEncoding()169 runCmd("tar xzf tests.tar.gz", destination); in testEncoding()172 runCmd("./set_up.sh", destination); in testEncoding()181 String testOutput = runCmd("./testit.sh -serial " + targetSerial + clipArgs, destination); in testEncoding()190 private String runCmd(String cmd, File cwd) { in runCmd() method in CtsVideoQualityFloorHostTest237 runCmd(cmd, destDir); in downloadFile()
124 String aaptOutput = runCmd(String.format("aapt dump badging %s", apex.getAbsolutePath())); in getApexInfo()221 private String runCmd(String cmd) { in runCmd() method in InstallUtilsHost
1037 public void execute(Runnable runCmd) {1038 mHandler.post(runCmd);
2121 public void execute(Runnable runCmd) { in execute() argument2122 mHandler.post(runCmd); in execute()