Home
last modified time | relevance | path

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

/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.java1063 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand()
1068 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() method in PackageManagerShellCommandIncrementalTest
1073 .executeShellCommandRw(command); in executeShellCommandRw()
DPackageManagerShellCommandTest.java120 final ParcelFileDescriptor[] pfds = getUiAutomation().executeShellCommandRw(command); in executeShellCommand()