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

Commit f8db4fe1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Renamed methods for clatification"

parents cd2bdd1e 9696999d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2141,7 +2141,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();