Searched defs:executeShellCommand (Results 1 – 5 of 5) sorted by relevance
| /tools/tradefederation/core/python-lib/tradefed_py/ |
| D | android_device.py | 31 def executeShellCommand(self, cmd): member in AndroidTestDevice
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| D | StubDevice.java | 78 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
|
| D | INativeDevice.java | 219 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
|
| D | NativeDevice.java | 649 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/ |
| D | DeviceBatteryLevelCheckerTest.java | 63 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
|