Home
last modified time | relevance | path

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

/tools/tradefederation/core/python-lib/tradefed_py/
Dandroid_device.py31 def executeShellCommand(self, cmd): member in AndroidTestDevice
/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java78 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in StubDevice
90 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method in StubDevice
492 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method in StubDevice
501 public void executeShellCommand( in executeShellCommand() method in StubDevice
DINativeDevice.java219 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method
238 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method
260 public void executeShellCommand( in executeShellCommand() method
277 public String executeShellCommand(String command) throws DeviceNotAvailableException; in executeShellCommand() method
DNativeDevice.java649 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
667 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
684 public void executeShellCommand( in executeShellCommand() method in NativeDevice
715 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java63 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice