Home
last modified time | relevance | path

Searched defs:excludeOperands (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecGeneralProtocolTest.java98 List<CecOperand> excludeOperands = new ArrayList<>(); in sendMessageAndVerifyNoMessageSentFromDevice() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java810 public void checkNoMessagesSentFromDevice(int timeoutMillis, List<CecOperand> excludeOperands) in checkNoMessagesSentFromDevice()
848 List<CecOperand> excludeOperands = new ArrayList<>(); in checkNoMessagesSentFromDevice() local