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

Commit 983f9f99 authored by Jack Yu's avatar Jack Yu
Browse files

Renamed methods for clatification

Test: build
Bug: 239607619
Change-Id: Idf33e6db48e7ccba72b5e389039f68011949938a
parent 48030f33
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();