Home
last modified time | relevance | path

Searched refs:runShellCommandByteOutput (Results 1 – 2 of 2) 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.java90 return new String(runShellCommandByteOutput(automation, cmd)); in runShellCommand()
103 static byte[] runShellCommandByteOutput(UiAutomation automation, String cmd) in runShellCommandByteOutput() method in SystemUtil