Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java91 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
96 public void executeShellCommand( in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java395 public void executeShellCommand( in executeShellCommand() method in StubDevice
406 public void executeShellCommand( in executeShellCommand() method in StubDevice
418 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in StubDevice
430 public void executeShellCommand( in executeShellCommand() method in StubDevice
DINativeDevice.java266 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method
285 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method
307 public void executeShellCommand( in executeShellCommand() method
324 public String executeShellCommand(String command) throws DeviceNotAvailableException; in executeShellCommand() method
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DBluetoothHciSnoopLogCollector.java211 protected void executeShellCommand(ITestDevice device, String command) in executeShellCommand() method in BluetoothHciSnoopLogCollector
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java982 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
1000 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
1017 public void executeShellCommand( in executeShellCommand() method in NativeDevice
1048 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice