Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java214 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS()
246 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAmMonitor.java83 .executeShellCommandRw("am monitor"); in AmMonitor()
/cts/libs/input/src/com/android/cts/input/
DVirtualInputDevice.java203 ParcelFileDescriptor[] pipes = ui.executeShellCommandRw(getShellCommand()); in setupPipes()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DWatchUidRunner.java107 ParcelFileDescriptor[] pfds = instrumentation.getUiAutomation().executeShellCommandRw( in WatchUidRunner()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java1075 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand()
1080 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() method in PackageManagerShellCommandIncrementalTest
1085 .executeShellCommandRw(command); in executeShellCommandRw()
DPackageManagerShellCommandTest.java120 final ParcelFileDescriptor[] pfds = getUiAutomation().executeShellCommandRw(command); in executeShellCommand()