Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecAvbToTvTest.java113 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in testEnableDisableAvb_triggeredByAvbSupportChanged()
148 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in testEnableAndDisableAvb_triggeredByVolumeControlSettingChange()
182 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in testOutgoingVolumeUpdates()
222 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in testIncomingVolumeUpdates()
DHdmiCecRoutingControlTest.java167 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in testPowerStateChangeOnActiveSourceLost_standby()
DHdmiCecRemoteControlPassThroughTest.java213 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in cect_sendVolumeKeyPressToTv()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecSystemAudioControlTest.java69 isDutTv = hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV); in initialTestSetup()
90 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_PLAYBACK_DEVICE)); in cect_VolumeUpDownUserControlPressedWhenSystemAudioControlOn()
131 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_PLAYBACK_DEVICE)); in cect_MuteUserControlPressedWhenSystemAudioControlOn()
DHdmiCecSystemStandbyTest.java141 if (hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV)) { in defineLogicalAddressList()
DHdmiCecPowerStatusTest.java305 LogicalAddress source = hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV) in cect_hf4_6_8_userControlPressed_powerOn()
334 LogicalAddress source = hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV) in cect_hf4_6_10_userControlPressed_powerOff()
DHdmiCecInvalidMessagesTest.java73 source = (hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV)) ? LogicalAddress.RECORDER_1 in setupLogicalAddresses()
DHdmiCecSystemInformationTest.java79 assertThat(hasDeviceType(receivedParams & 0xFF)).isTrue(); in cect_11_2_6_2_GivePhysicalAddress()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java113 boolean startAsTv = !hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV); in setUp()
337 public boolean hasDeviceType(@CecDeviceType int deviceType) { in hasDeviceType() method in BaseHdmiCecCtsTest