Searched refs:cmd1 (Results 1 – 5 of 5) sorted by relevance
397 String cmd1 = TestCommands.get(testName1); in testShard_SplitPerTestCommand() local398 if (cmd1 != null) assertEquals(testCmd1, cmd1); in testShard_SplitPerTestCommand()404 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_SplitPerTestCommand()
181 File cmd1 = createTestScript(dirPath, "cmd1"); in testRunTest() local201 assertTrue(cmd1.exists()); in testRunTest()
1307 CommandResult cmd1 = in dismissSetupWizard() local1315 if (CommandStatus.SUCCESS.equals(cmd1.getStatus()) in dismissSetupWizard()
563 ClusterCommand cmd1 = new ClusterCommand("command_id1", "task_id1", "test1");564 cmd1.setTargetDeviceSerials(serials);565 cmds.add(cmd1);
2945 cmd1 = "adb -s %s shell settings put global airplane_mode_on 1" % serial_id2947 exe_cmd(cmd1)