Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java82 List<String> listPortsCommand = new ArrayList(); in getValidCecClientPorts() local
85 listPortsCommand.add("cec-client"); in getValidCecClientPorts()
86 listPortsCommand.add("-l"); in getValidCecClientPorts()
90 cecClient = RunUtil.getDefault().runCmdInBackground(listPortsCommand); in getValidCecClientPorts()