Searched refs:executeShellCommandRwe (Results 1 – 2 of 2) sorted by relevance
55 ParcelFileDescriptor[] fds = executeShellCommandRwe(cmd); in runShellCommandRwe()87 private static ParcelFileDescriptor[] executeShellCommandRwe(String cmd) { in executeShellCommandRwe() method in AdServicesShellCommandHelper89 return uiAutomation.executeShellCommandRwe(cmd); in executeShellCommandRwe()
527 ParcelFileDescriptor[] files = uiAutomation.executeShellCommandRwe(command); in runInShellWithStderr()