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

Commit acefc72f authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Rename DEFAULT_CARD_INDEX"

am: 3c886760

Change-Id: Ifdf33545001a6d6b4dc11dcbd4695b70bc1cf50a
parents af014b5d 3c886760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -811,7 +811,7 @@ public class CatService extends Handler implements AppInterface {
     */
    //TODO Need to take care for MSIM
    public static AppInterface getInstance() {
        int slotId = PhoneConstants.DEFAULT_CARD_INDEX;
        int slotId = PhoneConstants.DEFAULT_SLOT_INDEX;
        SubscriptionController sControl = SubscriptionController.getInstance();
        if (sControl != null) {
            slotId = sControl.getSlotIndex(sControl.getDefaultSubId());
+1 −1
Original line number Diff line number Diff line
@@ -520,7 +520,7 @@ public class UiccController extends Handler {

    private Integer getCiIndex(Message msg) {
        AsyncResult ar;
        Integer index = new Integer(PhoneConstants.DEFAULT_CARD_INDEX);
        Integer index = new Integer(PhoneConstants.DEFAULT_SLOT_INDEX);

        /*
         * The events can be come in two ways. By explicitly sending it using