Home
last modified time | relevance | path

Searched refs:allowEmptyOutput (Results 1 – 5 of 5) 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() argument
83 logCommand(command, allowEmptyOutput, stdInBytes); in executeCommand()
89 return executeCommandPreS(command, allowEmptyOutput); in executeCommand()
157 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() argument
164 if (allowEmptyOutput) { in logCommand()
195 boolean allowEmptyOutput, in executeCommandAndValidateOutput() argument
198 String output = executeCommand(command, allowEmptyOutput, stdInBytes); in executeCommandAndValidateOutput()
220 String command, boolean allowEmptyOutput) throws AdbException { in executeCommandPreS() argument
227 if (!allowEmptyOutput && out.isEmpty()) { in executeCommandPreS()
DShellCommand.java103 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() method in ShellCommand.Builder
104 mAllowEmptyOutput = allowEmptyOutput; in allowEmptyOutput()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserReference.java135 .allowEmptyOutput(true) in stop()
170 .allowEmptyOutput(true) in switchTo()
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/utils/
DShellCommandTest.java170 .allowEmptyOutput(true) in execute_allowEmptyOutput_commandHasEmptyOutput_returnsOutput()
179 .allowEmptyOutput(true) in execute_allowEmptyOutput_commandHasNonEmptyOutput_returnsOutput()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackageReference.java240 .allowEmptyOutput(true) in grantPermission()
281 .allowEmptyOutput(true) in denyPermission()