Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/audio/
DHdmiCecInvalidMessagesTest.java139 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_getCecVersion()
156 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_givePhysicalAddress()
172 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_giveAudioStatus()
188 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_givePowerStatus()
205 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_giveDeviceVendorId()
221 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_giveOsdName()
238 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_giveSystemAudioModeStatus()
256 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_requestShortAudioDescriptor()
273 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_systemAudioModeRequest()
290 hdmiCecClient.checkOutputDoesNotContainMessage( in cect_12_2_DirectlyAddressedReceivedAsBroadcast_requestArcInitiation()
[all …]
DHdmiCecSystemAudioModeTest.java264 hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.BROADCAST, in cect_11_2_15_3_SystemAudioModeWithFeatureAbort()
507 hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.BROADCAST, in cect_11_2_15_18_SystemAudioModeWithFeatureAbortWithinTime()
523 hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.BROADCAST, in cect_11_2_15_19_SystemAudioModeWithFeatureAbortWithinTime()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecDeviceOsdNameTest.java103 hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.PLAYBACK_1, in cect_11_2_11_2_UnregisteredDeviceGiveOsdNameTest()
106 hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.BROADCAST, in cect_11_2_11_2_UnregisteredDeviceGiveOsdNameTest()
DHdmiCecSystemStandbyTest.java139 … hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.BROADCAST, CecOperand.STANDBY); in cect_11_2_3_4_NoBroadcastStandby()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java321 public void checkOutputDoesNotContainMessage(LogicalAddress toDevice, in checkOutputDoesNotContainMessage() method in HdmiCecClientWrapper
323 checkOutputDoesNotContainMessage(toDevice, incorrectMessage, DEFAULT_TIMEOUT); in checkOutputDoesNotContainMessage()
332 … public void checkOutputDoesNotContainMessage(LogicalAddress toDevice, CecOperand incorrectMessage, in checkOutputDoesNotContainMessage() method in HdmiCecClientWrapper