Merge "CEC: Remove the TODO in HdmiCecLocalDeviceSource class" am: a3e4f9538b am: 5153835038

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1666842

Change-Id: I251f2de0f0fe380aac3bad2a7de97192fb1aa9ae
This commit is contained in:
Treehugger Robot
2021-04-07 15:31:35 +00:00
committed by Automerger Merge Worker

View File

@@ -201,7 +201,6 @@ abstract class HdmiCecLocalDeviceSource extends HdmiCecLocalDevice {
// Only source devices that react to routing control messages should implement
// this method (e.g. a TV with built in switch).
// TODO(): decide which type will handle the routing when multi device type is supported
protected void handleRoutingChangeAndInformation(int physicalAddress, HdmiCecMessage message) {
// do nothing
}