Home
last modified time | relevance | path

Searched refs:cmd2 (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java399 String cmd2 = TestCommands.get(testName2); in testShard_SplitPerTestCommand() local
400 if (cmd2 != null) assertEquals(testCmd2, cmd2); in testShard_SplitPerTestCommand()
404 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_SplitPerTestCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostGTestTest.java182 File cmd2 = createTestScript(dirPath, "cmd2"); in testRunTest() local
202 assertTrue(cmd2.exists()); in testRunTest()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1311 CommandResult cmd2 = in dismissSetupWizard() local
1316 || CommandStatus.SUCCESS.equals(cmd2.getStatus())) { in dismissSetupWizard()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2946 cmd2 = "adb -s %s shell am broadcast -a android.intent.action.AIRPLANE_MODE" % serial_id
2948 exe_cmd(cmd2)