Searched refs:hasDeviceType (Results 1 – 9 of 9) sorted by relevance
113 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()
167 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in testPowerStateChangeOnActiveSourceLost_standby()
213 hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_AUDIO_SYSTEM)); in cect_sendVolumeKeyPressToTv()
69 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()
141 if (hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV)) { in defineLogicalAddressList()
305 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()
73 source = (hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV)) ? LogicalAddress.RECORDER_1 in setupLogicalAddresses()
79 assertThat(hasDeviceType(receivedParams & 0xFF)).isTrue(); in cect_11_2_6_2_GivePhysicalAddress()
113 boolean startAsTv = !hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV); in setUp()337 public boolean hasDeviceType(@CecDeviceType int deviceType) { in hasDeviceType() method in BaseHdmiCecCtsTest