Searched refs:executeCommand (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 93 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/javatests/com/android/tradefed/device/ |
D | FastbootHelperTest.java | 187 assertEquals(expectedStdout, mFastbootHelper.executeCommand("SERIAL", "wipe")); in testExecuteCommand() 203 assertNull(mFastbootHelper.executeCommand("SERIAL", "wipe")); in testExecuteCommand_fail()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTest.java | 227 CommandResult cmd_result = executeCommand(testDevice, cmd); in doRunAllTestsInSubdirectory() 276 CommandResult list_cmd = executeCommand(testDevice, cmd); in getTestsForFilters() 468 protected CommandResult executeCommand(final ITestDevice testDevice, final String cmd) in executeCommand() method in GoogleBenchmarkTest
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | EmmcPerformanceTest.java | 270 spResult = mSpUtil.executeCommand(command); in runDdIteration() 301 spResult = mSpUtil.executeCommand(command); in runRandomIteration()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | FastbootHelper.java | 189 public String executeCommand(String serial, String command) { in executeCommand() method in FastbootHelper
|