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

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

Merge "Renamed methods for clatification"

parents 6a49895d 983f9f99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2164,7 +2164,7 @@ public class SubscriptionManager {
        try {
            ISub iSub = TelephonyManager.getSubscriptionService();
            if (iSub != null) {
                subId = iSub.getSubId(slotIndex);
                subId = iSub.getSubIds(slotIndex);
            }
        } catch (RemoteException ex) {
            // ignore it
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ interface ISub {

    int getSlotIndex(int subId);

    int[] getSubId(int slotIndex);
    int[] getSubIds(int slotIndex);

    int getDefaultSubId();