Home
last modified time | relevance | path

Searched defs:executeCommand (Results 1 – 3 of 3) 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/src/com/android/tradefed/device/
DFastbootHelper.java189 public String executeCommand(String serial, String command) { in executeCommand() method in FastbootHelper
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java439 protected String executeCommand( in executeCommand() method in GoogleBenchmarkTest