Searched refs:runShellCommandByteOutput (Results 1 – 2 of 2) sorted by relevance
37 .invoke(null, SystemUtil.runShellCommandByteOutput(automation, command))); in getProto()
90 return new String(runShellCommandByteOutput(automation, cmd)); in runShellCommand()103 static byte[] runShellCommandByteOutput(UiAutomation automation, String cmd) in runShellCommandByteOutput() method in SystemUtil