Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java85 if (checkConsoleOutput(CecClientMessage.CLIENT_CONSOLE_READY + "", MILLISECONDS_TO_READY)) { in init()
207 public boolean checkConsoleOutput(String expectedMessage) throws Exception { in checkConsoleOutput() method in HdmiCecClientWrapper
208 return checkConsoleOutput(expectedMessage, DEFAULT_TIMEOUT); in checkConsoleOutput()
212 public boolean checkConsoleOutput(String expectedMessage, in checkConsoleOutput() method in HdmiCecClientWrapper
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecSystemInformationTest.java72 if (!hdmiCecClient.checkConsoleOutput(expectedOutput)) { in cect_11_2_6_1_Ack()