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.java255 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method
274 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method
296 public void executeShellCommand( in executeShellCommand() method
313 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.java717 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
735 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
752 public void executeShellCommand( in executeShellCommand() method in NativeDevice
783 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice