diff --git a/telephony/java/android/telephony/UiccSlotInfo.java b/telephony/java/android/telephony/UiccSlotInfo.java index 9a8d7cd35cb05..785d7aea2a6fd 100644 --- a/telephony/java/android/telephony/UiccSlotInfo.java +++ b/telephony/java/android/telephony/UiccSlotInfo.java @@ -140,10 +140,6 @@ 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; }