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.java126 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() argument
128 logCommand(command, allowEmptyOutput, stdInBytes); in executeCommand()
131 return executeCommandPreS(command, allowEmptyOutput, stdInBytes); in executeCommand()
198 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() argument
205 if (allowEmptyOutput) { in logCommand()
236 boolean allowEmptyOutput, in executeCommandAndValidateOutput() argument
239 String output = executeCommand(command, allowEmptyOutput, stdInBytes); in executeCommandAndValidateOutput()
262 String command, boolean allowEmptyOutput, byte[] stdIn) throws AdbException { in executeCommandPreS() argument
273 if (!allowEmptyOutput && out.isEmpty()) { in executeCommandPreS()
DShellCommand.java136 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() argument
137 mAllowEmptyOutput = allowEmptyOutput; in allowEmptyOutput()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/device/
DDevice.java78 .allowEmptyOutput(true) in wakeUp()
94 .allowEmptyOutput(true) in sleep()
109 .allowEmptyOutput(true) in unlock()
125 .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.java350 .allowEmptyOutput(true) in stop()
396 .allowEmptyOutput(true) in switchTo()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackage.java386 .allowEmptyOutput(true) in grantPermission()