Home
last modified time | relevance | path

Searched refs:cmd1 (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java397 String cmd1 = TestCommands.get(testName1); in testShard_SplitPerTestCommand() local
398 if (cmd1 != null) assertEquals(testCmd1, cmd1); in testShard_SplitPerTestCommand()
404 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_SplitPerTestCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostGTestTest.java181 File cmd1 = createTestScript(dirPath, "cmd1"); in testRunTest() local
201 assertTrue(cmd1.exists()); in testRunTest()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1307 CommandResult cmd1 = in dismissSetupWizard() local
1315 if (CommandStatus.SUCCESS.equals(cmd1.getStatus()) in dismissSetupWizard()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java563 ClusterCommand cmd1 = new ClusterCommand("command_id1", "task_id1", "test1");
564 cmd1.setTargetDeviceSerials(serials);
565 cmds.add(cmd1);
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2945 cmd1 = "adb -s %s shell settings put global airplane_mode_on 1" % serial_id
2947 exe_cmd(cmd1)