Searched refs:deviceScriptPath (Results 1 – 2 of 2) sorted by relevance
504 String deviceScriptPath = "/data/local/tmp/gbenchmarktest_script.sh"; in testCommandTooLong() local526 EasyMock.<String>anyObject(), EasyMock.eq(deviceScriptPath))) in testCommandTooLong()530 EasyMock.eq(String.format("sh %s", deviceScriptPath)))) in testCommandTooLong()532 mMockITestDevice.deleteFile(deviceScriptPath); in testCommandTooLong()536 EasyMock.<String>anyObject(), EasyMock.eq(deviceScriptPath))) in testCommandTooLong()539 EasyMock.eq(String.format("sh %s", deviceScriptPath)), in testCommandTooLong()544 mMockITestDevice.deleteFile(deviceScriptPath); in testCommandTooLong()
359 String deviceScriptPath = "/data/local/tmp/gtest_script.sh"; in testCommandTooLong() local380 EasyMock.eq(deviceScriptPath))).andReturn(Boolean.TRUE); in testCommandTooLong()386 mMockITestDevice.executeShellCommand(EasyMock.eq(String.format("sh %s", deviceScriptPath)), in testCommandTooLong()390 mMockITestDevice.deleteFile(deviceScriptPath); in testCommandTooLong()