Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java65 private static final String CEC_PORT_BUSY = "unable to open the device on port"; field in HdmiCecClientWrapper
523 } else if (line.toLowerCase().contains(CEC_PORT_BUSY.toLowerCase())) { in checkConsoleOutput()