Home
last modified time | relevance | path

Searched defs:executeShellCommand (Results 1 – 3 of 3) sorted by relevance

/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DIDevice.java180 public void executeShellCommand(String command, in executeShellCommand() method
DDevice.java273 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in Device
/development/tools/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java127 public void executeShellCommand(String command, in executeShellCommand() method in RemoteAndroidTestRunnerTest.MockDevice