Home
last modified time | relevance | path

Searched defs:stdInBytes (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java105 public static StreamingShellOutput executeCommandForStream(String command, byte[] stdInBytes) in executeCommandForStream()
125 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand()
162 static byte[] executeCommandForBytes(String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytes()
192 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand()
231 byte[] stdInBytes, in executeCommandAndValidateOutput()
288 String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytesPreS()
305 private static void writeStdInAndClose(ParcelFileDescriptor fdIn, byte[] stdInBytes) in writeStdInAndClose()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java188 @NonNull byte[] stdInBytes) throws AssertionError, RuntimeException { in runShellCommandWithStdIn()