Searched defs:allowEmptyOutput (Results 1 – 2 of 2) sorted by relevance
81 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand()150 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand()188 boolean allowEmptyOutput, in executeCommandAndValidateOutput()213 String command, boolean allowEmptyOutput, byte[] stdIn) throws AdbException { in executeCommandPreS()
102 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() method in ShellCommand.Builder