Searched refs:executeShellCommandRwe (Results 1 – 6 of 6) sorted by relevance
94 private static ParcelFileDescriptor[] executeShellCommandRwe(String command) { in executeShellCommandRwe() method in ShellCommandUtils95 return uiAutomation().executeShellCommandRwe(command); in executeShellCommandRwe()108 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForStream()134 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommand()172 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForBytes()
46 mUiAutomation.executeShellCommandRwe(command); in executeToBytesInternal()
108 validateShellResults(uiAutomation.executeShellCommandRwe(shellCommand), stdin, in validateShellCommand()
191 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn()
142 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow()
7369 … method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRwe(@NonNull String);