Merge "[Telephony] Remove the dead code setRadioCapability in PhoneInterfaceManager" am: bf76a42b4f am: 91c71a71e7 am: b751522faa

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telephony/+/1615198

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9fb351695f7ce9b19b92374aa3f2272712dfb312
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 50609a6..24c55cf 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -6985,15 +6985,6 @@
     }
 
     @Override
-    public void setRadioCapability(RadioAccessFamily[] rafs) {
-        try {
-            ProxyController.getInstance().setRadioCapability(rafs);
-        } catch (RuntimeException e) {
-            Log.w(LOG_TAG, "setRadioCapability: Runtime Exception");
-        }
-    }
-
-    @Override
     public int getRadioAccessFamily(int phoneId, String callingPackage) {
         Phone phone = PhoneFactory.getPhone(phoneId);
         try {