Home
last modified time | relevance | path

Searched refs:executeCommandByScript (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java481 return executeCommandByScript(testDevice, shellCmd); in executeCommand()
485 private CommandResult executeCommandByScript(final ITestDevice testDevice, final String cmd) in executeCommandByScript() method in GoogleBenchmarkTest
DGTest.java273 protected void executeCommandByScript(final ITestDevice testDevice, final String cmd, in executeCommandByScript() method in GTest
361 executeCommandByScript(testDevice, cmd, resultParser); in runTest()