Merge "Remove unused method"

This commit is contained in:
TreeHugger Robot
2019-02-05 17:07:15 +00:00
committed by Android (Google) Code Review

View File

@@ -372,14 +372,6 @@ public class ProvisioningManager {
}
}
private static SubscriptionManager getSubscriptionManager(Context context) {
SubscriptionManager manager = context.getSystemService(SubscriptionManager.class);
if (manager == null) {
throw new RuntimeException("Could not find SubscriptionManager.");
}
return manager;
}
private static ITelephony getITelephony() {
ITelephony binder = ITelephony.Stub.asInterface(
ServiceManager.getService(Context.TELEPHONY_SERVICE));