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.java94 private static ParcelFileDescriptor[] executeShellCommandRwe(String command) { in executeShellCommandRwe() method in ShellCommandUtils
95 return uiAutomation().executeShellCommandRwe(command); in executeShellCommandRwe()
108 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForStream()
134 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommand()
172 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/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java191 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java142 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dcurrent.txt7369 … method @NonNull public android.os.ParcelFileDescriptor[] executeShellCommandRwe(@NonNull String);