Searched refs:executeShellCommandRw (Results 1 – 6 of 6) sorted by relevance
214 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS()246 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS()
83 .executeShellCommandRw("am monitor"); in AmMonitor()
203 ParcelFileDescriptor[] pipes = ui.executeShellCommandRw(getShellCommand()); in setupPipes()
107 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
1075 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand()1080 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() method in PackageManagerShellCommandIncrementalTest1085 .executeShellCommandRw(command); in executeShellCommandRw()
120 final ParcelFileDescriptor[] pfds = getUiAutomation().executeShellCommandRw(command); in executeShellCommand()