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

Commit e732666e authored by Jack Yu's avatar Jack Yu Committed by Automerger Merge Worker
Browse files

Merge "Cleaned up the usage of SubscriptionManger.getSubId" into udc-dev am: a4c95294

parents 6f12e630 a4c95294
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2631,7 +2631,6 @@ public class SubscriptionController extends ISub.Stub {
     * @deprecated
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @Override
    @Deprecated
    public int[] getSubIds(int slotIndex) {
        if (VDBG) printStackTrace("[getSubId]+ slotIndex=" + slotIndex);
+0 −5
Original line number Diff line number Diff line
@@ -2632,11 +2632,6 @@ public class SubscriptionManagerService extends ISub.Stub {
                SubscriptionManager.INVALID_SUBSCRIPTION_ID);
    }

    @Override
    public int[] getSubIds(int slotIndex) {
        return new int[]{getSubId(slotIndex)};
    }

    /**
     * Update default sub id.
     */