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/ |
D | ShellCommandUtils.java | 127 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()
|
D | ShellCommand.java | 135 public Builder allowEmptyOutput(boolean allowEmptyOutput) { in allowEmptyOutput() method in ShellCommand.Builder 136 mAllowEmptyOutput = allowEmptyOutput; in allowEmptyOutput()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/device/ |
D | Device.java | 78 .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/ |
D | UserRestrictionsContext.java | 90 .allowEmptyOutput(true) in setNoCheck() 100 .allowEmptyOutput(true) in unsetNoCheck()
|
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/utils/ |
D | ShellCommandTest.java | 170 .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/ |
D | Notifications.kt | 111 .allowEmptyOutput(true) in <lambda>()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/ |
D | UserReference.java | 348 .allowEmptyOutput(true) in stop() 393 .allowEmptyOutput(true) in switchTo()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/ |
D | Package.java | 385 .allowEmptyOutput(true) in grantPermission()
|