Searched refs:executeShellCommandRw (Results 1 – 12 of 12) sorted by relevance
257 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS()289 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS()
158 .executeShellCommandRw("am monitor -s -k -p " + mTargetProcess); in threadMain()
83 .executeShellCommandRw("am monitor"); in AmMonitor()
106 validateShellResults(uiAutomation.executeShellCommandRw(shellCommand), stdin, in validateShellCommand()
217 ParcelFileDescriptor[] pipes = ui.executeShellCommandRw(getShellCommand()); in setupPipes()
40 val pipes: Array<ParcelFileDescriptor> = ui.executeShellCommandRw(HidCommand.shellCommand) in processResults()
113 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
1285 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand()1290 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() method in PackageManagerShellCommandIncrementalTest1295 .executeShellCommandRw(command); in executeShellCommandRw()
230 final ParcelFileDescriptor[] pfds = getUiAutomation().executeShellCommandRw(command); in executeShellCommand()
494 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
2208 .getUiAutomation().executeShellCommandRw("am observe-foreground-process"); in testObserveForegroundProcess()
7368 method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRw(@NonNull String);