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

Commit e8011bd7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Renamed methods for clatification" am: f8db4fe1 am: e3caa55d

parents d2839e58 e3caa55d
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();