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

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

Change-Id: I3322235683a8c6a4bed481293a97dafb9a840532
This commit is contained in:
Treehugger Robot
2021-04-07 14:52:34 +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 // Only source devices that react to routing control messages should implement
// this method (e.g. a TV with built in switch). // 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) { protected void handleRoutingChangeAndInformation(int physicalAddress, HdmiCecMessage message) {
// do nothing // do nothing
} }