Searched refs:cmd1 (Results 1 – 3 of 3) sorted by relevance
181 File cmd1 = createTestScript(dirPath, "cmd1"); in testRunTest() local201 assertTrue(cmd1.exists()); in testRunTest()
555 ClusterCommand cmd1 = new ClusterCommand("command_id1", "task_id1", "test1");556 cmd1.setTargetDeviceSerials(serials);557 cmds.add(cmd1);
7910 cmd1 = "adb -s %s shell settings put global airplane_mode_on 1" % serial_id7912 exe_cmd(cmd1)