Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java394 String cmd2 = TestCommands.get(testName2); in testShard_Split() local
395 if (cmd2 != null) assertEquals(testCmd2, cmd2); in testShard_Split()
399 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_Split()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java182 File cmd2 = createTestScript(dirPath, "cmd2"); in testRunTest() local
202 assertTrue(cmd2.exists()); in testRunTest()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py8559 cmd2 = "adb -s %s shell am broadcast -a android.intent.action.AIRPLANE_MODE" % serial_id
8561 exe_cmd(cmd2)