Home
last modified time | relevance | path

Searched defs:executeShellV2Command (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java324 public CommandResult executeShellV2Command(String command) throws DeviceNotAvailableException; in executeShellV2Command() method
336 public CommandResult executeShellV2Command(String command, File pipeAsInput) in executeShellV2Command() method
349 public CommandResult executeShellV2Command(String command, OutputStream pipeToOutput) in executeShellV2Command() method
364 public CommandResult executeShellV2Command( in executeShellV2Command() method
383 public CommandResult executeShellV2Command( in executeShellV2Command() method
407 public CommandResult executeShellV2Command( in executeShellV2Command() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java815 public CommandResult executeShellV2Command(String cmd) throws DeviceNotAvailableException { in executeShellV2Command() method in NativeDevice
821 public CommandResult executeShellV2Command(String cmd, File pipeAsInput) in executeShellV2Command() method in NativeDevice
834 public CommandResult executeShellV2Command(String cmd, OutputStream pipeToOutput) in executeShellV2Command() method in NativeDevice
847 public CommandResult executeShellV2Command( in executeShellV2Command() method in NativeDevice
856 public CommandResult executeShellV2Command( in executeShellV2Command() method in NativeDevice
865 public CommandResult executeShellV2Command( in executeShellV2Command() method in NativeDevice