Home
last modified time | relevance | path

Searched refs:runShellCommandByteOutput (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DProtoUtils.java37 .invoke(null, SystemUtil.runShellCommandByteOutput(automation, command))); in getProto()
DSystemUtil.java88 return new String(runShellCommandByteOutput(automation, cmd)); in runShellCommand()
101 public static byte[] runShellCommandByteOutput(UiAutomation automation, String cmd) in runShellCommandByteOutput() method in SystemUtil
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java348 final var output = SystemUtil.runShellCommandByteOutput( in getReportList()