Searched refs:executeShellCommandRwe (Results 1 – 6 of 6) sorted by relevance
96 private static ParcelFileDescriptor[] executeShellCommandRwe(String command) { in executeShellCommandRwe() method in ShellCommandUtils97 return uiAutomation().executeShellCommandRwe(command); in executeShellCommandRwe()110 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForStream()136 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommand()174 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForBytes()
46 mUiAutomation.executeShellCommandRwe(command); in executeToBytesInternal()
108 validateShellResults(uiAutomation.executeShellCommandRwe(shellCommand), stdin, in validateShellCommand()
144 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow()
178 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn()
7588 … method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRwe(@NonNull String);