Loading telephony/java/android/telephony/UiccSlotInfo.java +4 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,10 @@ public class UiccSlotInfo implements Parcelable { return mIsEuicc; } /** * Returns the ICCID of a the UICC in the given slot, or the EID if it is an eUICC. Note that if * the value is unavailble this will return null. */ public String getCardId() { return mCardId; } Loading Loading
telephony/java/android/telephony/UiccSlotInfo.java +4 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,10 @@ public class UiccSlotInfo implements Parcelable { return mIsEuicc; } /** * Returns the ICCID of a the UICC in the given slot, or the EID if it is an eUICC. Note that if * the value is unavailble this will return null. */ public String getCardId() { return mCardId; } Loading