Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java81 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand()
157 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand()
195 boolean allowEmptyOutput, in executeCommandAndValidateOutput()
220 String command, boolean allowEmptyOutput) throws AdbException { in executeCommandPreS()
DShellCommand.java103 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() method in ShellCommand.Builder