Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java96 private static ParcelFileDescriptor[] executeShellCommandRwe(String command) { in executeShellCommandRwe() method in ShellCommandUtils
97 return uiAutomation().executeShellCommandRwe(command); in executeShellCommandRwe()
110 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForStream()
136 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommand()
174 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForBytes()
/cts/tests/tests/time/shell_utils/device/android/app/time/cts/shell/device/
DInstrumentationShellCommandExecutor.java46 mUiAutomation.executeShellCommandRwe(command); in executeToBytesInternal()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java108 validateShellResults(uiAutomation.executeShellCommandRwe(shellCommand), stdin, in validateShellCommand()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java144 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java178 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt7588 … method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRwe(@NonNull String);