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

Commit 210869b3 authored by Brad Ebinger's avatar Brad Ebinger Committed by Presubmit Automerger Backend
Browse files

[automerge] Revert "Expose getSubId to ensure we have correct subId state in IMS" 2p: ed6b9443

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/16981687

Change-Id: Icadb9cf62fd5a74a6528577834c5f8b1f141a8d6
parents a0ba5024 ed6b9443
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1405,10 +1405,7 @@ public class ImsManager implements FeatureUpdates {
        }
    }

    /**
     * @return the subscription ID currently associated with this ImsManager instance.
     */
    public int getSubId() {
    private int getSubId() {
        return mMmTelConnectionRef.get().getSubId();
    }