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/device_build_interfaces/com/android/tradefed/device/ |
D | StubDevice.java | 79 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
|
D | INativeDevice.java | 258 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/ |
D | DeviceBatteryLevelCheckerTest.java | 81 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 730 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
|