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/ |
D | ShellCommandUtils.java | 107 public static StreamingShellOutput executeCommandForStream(String command, byte[] stdInBytes) in executeCommandForStream() 127 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() 164 static byte[] executeCommandForBytes(String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytes() 194 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() 233 byte[] stdInBytes, in executeCommandAndValidateOutput() 290 String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytesPreS() 307 private static void writeStdInAndClose(ParcelFileDescriptor fdIn, byte[] stdInBytes) in writeStdInAndClose()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | MetricsRecorder.java | 174 @NonNull String cmd, @NonNull byte[] stdInBytes) in runShellCommandWithStdIn()
|