Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java93 public SimplePerfResult executeCommand(String command) throws DeviceNotAvailableException { in executeCommand() method in SimplePerfUtil
109 public void executeCommand(String command, IShellOutputReceiver receiver) in executeCommand() method in SimplePerfUtil
131 public void executeCommand(String command, IShellOutputReceiver receiver, in executeCommand() method in SimplePerfUtil
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java209 executeCommand(testDevice, cmd, outputCollector); in doRunAllTestsInSubdirectory()
257 String list_output = executeCommand(testDevice, cmd, null /* outputReceiver */); in getTestsForFilters()
439 protected String executeCommand( in executeCommand() method in GoogleBenchmarkTest
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DFastbootHelperTest.java172 assertEquals(expectedStdout, mFastbootHelper.executeCommand("SERIAL", "wipe")); in testExecuteCommand()
184 assertNull(mFastbootHelper.executeCommand("SERIAL", "wipe")); in testExecuteCommand_fail()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DEmmcPerformanceTest.java270 spResult = mSpUtil.executeCommand(command); in runDdIteration()
301 spResult = mSpUtil.executeCommand(command); in runRandomIteration()
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java156 public String executeCommand(String serial, String command) { in executeCommand() method in FastbootHelper