Loading src/java/com/android/internal/telephony/uicc/UiccController.java +45 −43 Original line number Diff line number Diff line Loading @@ -1216,6 +1216,7 @@ public class UiccController extends Handler { * Returns the UiccCardInfo of all currently inserted UICCs and embedded eUICCs. */ public ArrayList<UiccCardInfo> getAllUiccCardInfos() { synchronized (mLock) { ArrayList<UiccCardInfo> infos = new ArrayList<>(); for (int slotIndex = 0; slotIndex < mUiccSlots.length; slotIndex++) { final UiccSlot slot = mUiccSlots[slotIndex]; Loading Loading @@ -1266,6 +1267,7 @@ public class UiccController extends Handler { } return infos; } } /** * Get the card ID of the default eUICC. Loading Loading
src/java/com/android/internal/telephony/uicc/UiccController.java +45 −43 Original line number Diff line number Diff line Loading @@ -1216,6 +1216,7 @@ public class UiccController extends Handler { * Returns the UiccCardInfo of all currently inserted UICCs and embedded eUICCs. */ public ArrayList<UiccCardInfo> getAllUiccCardInfos() { synchronized (mLock) { ArrayList<UiccCardInfo> infos = new ArrayList<>(); for (int slotIndex = 0; slotIndex < mUiccSlots.length; slotIndex++) { final UiccSlot slot = mUiccSlots[slotIndex]; Loading Loading @@ -1266,6 +1267,7 @@ public class UiccController extends Handler { } return infos; } } /** * Get the card ID of the default eUICC. Loading