Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DINativeDevice.java288 public CommandResult executeShellV2Command(String command) throws DeviceNotAvailableException; in executeShellV2Command() method
300 public CommandResult executeShellV2Command(String command, File pipeAsInput) in executeShellV2Command() method
313 public CommandResult executeShellV2Command(String command, OutputStream pipeToOutput) in executeShellV2Command() method
328 public CommandResult executeShellV2Command( in executeShellV2Command() method
347 public CommandResult executeShellV2Command( in executeShellV2Command() method
371 public CommandResult executeShellV2Command( in executeShellV2Command() method
DNativeDevice.java747 public CommandResult executeShellV2Command(String cmd) throws DeviceNotAvailableException { in executeShellV2Command() method in NativeDevice
753 public CommandResult executeShellV2Command(String cmd, File pipeAsInput) in executeShellV2Command() method in NativeDevice
766 public CommandResult executeShellV2Command(String cmd, OutputStream pipeToOutput) in executeShellV2Command() method in NativeDevice
779 public CommandResult executeShellV2Command( in executeShellV2Command() method in NativeDevice
788 public CommandResult executeShellV2Command( in executeShellV2Command() method in NativeDevice
797 public CommandResult executeShellV2Command( in executeShellV2Command() method in NativeDevice