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.java859 LogicalAddress toDevice, CecOperand incorrectMessage) throws CecClientWrapperException { in checkOutputDoesNotContainMessage() argument
860 checkOutputDoesNotContainMessage(toDevice, incorrectMessage, "", DEFAULT_TIMEOUT); in checkOutputDoesNotContainMessage()
870 LogicalAddress toDevice, CecOperand incorrectMessage, String params) in checkOutputDoesNotContainMessage() argument
872 checkOutputDoesNotContainMessage(toDevice, incorrectMessage, params, DEFAULT_TIMEOUT); in checkOutputDoesNotContainMessage()
882 LogicalAddress toDevice, CecOperand incorrectMessage, long timeoutMillis) in checkOutputDoesNotContainMessage() argument
884 checkOutputDoesNotContainMessage(toDevice, incorrectMessage, "", timeoutMillis); in checkOutputDoesNotContainMessage()
894 LogicalAddress toDevice, CecOperand incorrectMessage, String params, long timeoutMillis) in checkOutputDoesNotContainMessage() argument
907 + incorrectMessage in checkOutputDoesNotContainMessage()
917 CLog.v("Found " + incorrectMessage.name() + " in " + line); in checkOutputDoesNotContainMessage()
920 incorrectMessage.name() in checkOutputDoesNotContainMessage()