Loading src/java/com/android/internal/telephony/cat/CatService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading src/java/com/android/internal/telephony/uicc/UiccController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/java/com/android/internal/telephony/cat/CatService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading
src/java/com/android/internal/telephony/uicc/UiccController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading