Searched refs:cmd2 (Results 1 – 3 of 3) sorted by relevance
394 String cmd2 = TestCommands.get(testName2); in testShard_Split() local395 if (cmd2 != null) assertEquals(testCmd2, cmd2); in testShard_Split()399 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_Split()
182 File cmd2 = createTestScript(dirPath, "cmd2"); in testRunTest() local202 assertTrue(cmd2.exists()); in testRunTest()
8559 cmd2 = "adb -s %s shell am broadcast -a android.intent.action.AIRPLANE_MODE" % serial_id8561 exe_cmd(cmd2)