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.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/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.java968 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
986 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
1003 public void executeShellCommand( in executeShellCommand() method in NativeDevice
1034 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice