Searched refs:listPortsCommand (Results 1 – 1 of 1) sorted by relevance
82 List<String> listPortsCommand = new ArrayList(); in getValidCecClientPorts() local85 listPortsCommand.add("cec-client"); in getValidCecClientPorts()86 listPortsCommand.add("-l"); in getValidCecClientPorts()90 cecClient = RunUtil.getDefault().runCmdInBackground(listPortsCommand); in getValidCecClientPorts()