Home
last modified time | relevance | path

Searched refs:executeShellCommandRw (Results 1 – 16 of 16) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAnrMonitor.java158 .executeShellCommandRw("am monitor -s -k -p " + mTargetProcess); in threadMain()
DAmMonitor.java83 .executeShellCommandRw("am monitor"); in AmMonitor()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java259 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS()
291 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java106 validateShellResults(uiAutomation.executeShellCommandRw(shellCommand), stdin, in validateShellCommand()
/cts/tests/sensor/src/android/hardware/cts/accessories/
DHidCommand.kt40 val pipes: Array<ParcelFileDescriptor> = ui.executeShellCommandRw(HidCommand.shellCommand) in processResults()
/cts/libs/input/src/com/android/cts/input/
DVirtualInputDevice.java220 ParcelFileDescriptor[] pipes = ui.executeShellCommandRw(getShellCommand()); in setupPipes()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DWatchUidRunner.java113 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
/cts/tests/bugreport/src/android/bugreport/cts/
DBugreportManagerTest.java273 ParcelFileDescriptor[] pfds = mUiAutomation.executeShellCommandRw("su"); in assertThatFileisNotEmpty()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java312 ParcelFileDescriptor hidCommandInput = sUiAutomation.executeShellCommandRw("hid -")[1]; in createTestHidrawNode()
335 ParcelFileDescriptor[] stdoutStdin = sUiAutomation.executeShellCommandRw("su system sh"); in executeSystemShellCommand()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java1306 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand()
1311 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() method in PackageManagerShellCommandIncrementalTest
1316 .executeShellCommandRw(command); in executeShellCommandRw()
DChecksumsTest.java1553 getUiAutomation().executeShellCommandRw(command); in executeShellCommand()
DPackageManagerShellCommandInstallTest.java259 final ParcelFileDescriptor[] pfds = getUiAutomation().executeShellCommandRw(command); in executeShellCommand()
DPackageManagerTest.java2037 instrumentation.getUiAutomation().executeShellCommandRw( in executeShellCommand()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DUserInitiatedJobTest.java515 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java2008 .getUiAutomation().executeShellCommandRw("am observe-foreground-process"); in testObserveForegroundProcess()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt7587 method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRw(@NonNull String);