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/tests/src/com/android/tradefed/device/ |
D | FastbootHelperTest.java | 162 assertEquals(expectedStdout, mFastbootHelper.executeCommand("SERIAL", "wipe")); in testExecuteCommand() 175 assertNull(mFastbootHelper.executeCommand("SERIAL", "wipe")); in testExecuteCommand_fail()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | FastbootHelper.java | 121 public String executeCommand(String serial, String command) { in executeCommand() method in FastbootHelper
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | EmmcPerformanceTest.java | 254 spResult = mSpUtil.executeCommand(command); in runDdIteration() 285 spResult = mSpUtil.executeCommand(command); in runRandomIteration()
|
D | MicroBenchTest.java | 298 mSpUtil.executeCommand(cmd, mReceiver, mSimpleperfCmdTimeout, TimeUnit.SECONDS, 1); in runTest()
|