Merge "CEC: Drop obsolete method" am: a1f337fe73 am: 9b85cbe8c9

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

Change-Id: Ibd490bf35c8cd9b4ed69ceb3e6a25d20f321e0ca
This commit is contained in:
Treehugger Robot
2021-05-05 10:25:21 +00:00
committed by Automerger Merge Worker

View File

@@ -142,8 +142,4 @@ public class SystemAudioInitiationActionFromAvr extends HdmiCecFeatureAction {
}
});
}
private void switchToRelevantInputForDeviceAt(int physicalAddress) {
// TODO(shubang): implement this method
}
}