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/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java79 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in StubDevice
91 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method in StubDevice
493 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method in StubDevice
502 public void executeShellCommand( in executeShellCommand() method in StubDevice
DINativeDevice.java258 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method
277 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method
299 public void executeShellCommand( in executeShellCommand() method
316 public String executeShellCommand(String command) throws DeviceNotAvailableException; in executeShellCommand() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java81 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java730 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
748 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
765 public void executeShellCommand( in executeShellCommand() method in NativeDevice
796 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice