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

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

Merge "Renamed methods for clatification" am: f8db4fe1

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


    int getSlotIndex(int subId);
    int getSlotIndex(int subId);


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


    int getDefaultSubId();
    int getDefaultSubId();