Searched refs:executeShellCommandRw (Results 1 – 16 of 16) sorted by relevance
158 .executeShellCommandRw("am monitor -s -k -p " + mTargetProcess); in threadMain()
83 .executeShellCommandRw("am monitor"); in AmMonitor()
259 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS()291 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS()
106 validateShellResults(uiAutomation.executeShellCommandRw(shellCommand), stdin, in validateShellCommand()
40 val pipes: Array<ParcelFileDescriptor> = ui.executeShellCommandRw(HidCommand.shellCommand) in processResults()
220 ParcelFileDescriptor[] pipes = ui.executeShellCommandRw(getShellCommand()); in setupPipes()
113 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
273 ParcelFileDescriptor[] pfds = mUiAutomation.executeShellCommandRw("su"); in assertThatFileisNotEmpty()
312 ParcelFileDescriptor hidCommandInput = sUiAutomation.executeShellCommandRw("hid -")[1]; in createTestHidrawNode()335 ParcelFileDescriptor[] stdoutStdin = sUiAutomation.executeShellCommandRw("su system sh"); in executeSystemShellCommand()
1306 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand()1311 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() method in PackageManagerShellCommandIncrementalTest1316 .executeShellCommandRw(command); in executeShellCommandRw()
1553 getUiAutomation().executeShellCommandRw(command); in executeShellCommand()
259 final ParcelFileDescriptor[] pfds = getUiAutomation().executeShellCommandRw(command); in executeShellCommand()
2037 instrumentation.getUiAutomation().executeShellCommandRw( in executeShellCommand()
515 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
2008 .getUiAutomation().executeShellCommandRw("am observe-foreground-process"); in testObserveForegroundProcess()
7587 method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRw(@NonNull String);