Home
last modified time | relevance | path

Searched refs:ERR_DESCRIPTOR_INDEX (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java55 private static final int ERR_DESCRIPTOR_INDEX = 2; field in ShellCommandUtils
113 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForStream()
139 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommand()
177 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForBytes()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java78 private static final int ERR_DESCRIPTOR_INDEX = 2; field in MetricsRecorder
181 final var fdErr = fds[ERR_DESCRIPTOR_INDEX]; in runShellCommandWithStdIn()