Home
last modified time | relevance | path

Searched refs:allowEmptyOutput (Results 1 – 8 of 8) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java127 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() argument
129 logCommand(command, allowEmptyOutput, stdInBytes); in executeCommand()
132 return executeCommandPreS(command, allowEmptyOutput, stdInBytes); in executeCommand()
194 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() argument
201 if (allowEmptyOutput) { in logCommand()
232 boolean allowEmptyOutput, in executeCommandAndValidateOutput() argument
235 String output = executeCommand(command, allowEmptyOutput, stdInBytes); in executeCommandAndValidateOutput()
258 String command, boolean allowEmptyOutput, byte[] stdIn) throws AdbException { in executeCommandPreS() argument
269 if (!allowEmptyOutput && out.isEmpty()) { in executeCommandPreS()
DShellCommand.java135 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() argument
136 mAllowEmptyOutput = allowEmptyOutput; in allowEmptyOutput()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/device/
DDevice.java78 .allowEmptyOutput(true) in wakeUp()
93 .allowEmptyOutput(true) in unlock()
109 .allowEmptyOutput(true) in keepScreenOn()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DUserRestrictionsContext.java90 .allowEmptyOutput(true) in setNoCheck()
100 .allowEmptyOutput(true) in unsetNoCheck()
/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/notifications/
DNotifications.kt111 .allowEmptyOutput(true) in <lambda>()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserReference.java348 .allowEmptyOutput(true) in stop()
393 .allowEmptyOutput(true) in switchTo()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackage.java385 .allowEmptyOutput(true) in grantPermission()