Searched refs:setCecEnabled (Results 1 – 3 of 3) sorted by relevance
329 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initialPowerStatus_normalBoot_goToStandby_doesNotBroadcastsPowerStatus_1_4()362 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initialPowerStatus_normalBoot_goToStandby_broadcastsPowerStatus_2_0()473 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_DISABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_enabled()477 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_enabled()488 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_DISABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_disabled()493 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_disabled()508 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_DISABLED); in disableAndReenableCec_volumeControlFeatureListenersNotified()514 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlFeatureListenersNotified()611 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_1_4()621 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_2_0()[all …]
641 mHdmiControlService.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_DISABLED); in disableCec_clearCecLocalDevices()
808 setCecEnabled(enabled); in initService()4172 void setCecEnabled(@HdmiControlManager.HdmiCecControl int enabled) { in setCecEnabled() method in HdmiControlService