Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2102201 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused method"

parents 508ad312 ce8a4ce2
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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));