Home
last modified time | relevance | path

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

/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DShellCommandUtils.java126 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand()
198 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand()
236 boolean allowEmptyOutput, in executeCommandAndValidateOutput()
262 String command, boolean allowEmptyOutput, byte[] stdIn) throws AdbException { in executeCommandPreS()
H A DShellCommand.java136 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() method in ShellCommand.Builder