Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java322 CecOperand incorrectMessage) throws Exception { in checkOutputDoesNotContainMessage() argument
323 checkOutputDoesNotContainMessage(toDevice, incorrectMessage, DEFAULT_TIMEOUT); in checkOutputDoesNotContainMessage()
332 … public void checkOutputDoesNotContainMessage(LogicalAddress toDevice, CecOperand incorrectMessage, in checkOutputDoesNotContainMessage() argument
340 "(" + incorrectMessage + ")(.*)", in checkOutputDoesNotContainMessage()
347 CLog.v("Found " + incorrectMessage.name() + " in " + line); in checkOutputDoesNotContainMessage()
348 throw new Exception("Found " + incorrectMessage.name() + " to " + toDevice + in checkOutputDoesNotContainMessage()