Merge "[MEP] Change mIccId to getIccId API in the UiccCardInfo toString"
diff --git a/telephony/java/android/telephony/UiccCardInfo.java b/telephony/java/android/telephony/UiccCardInfo.java
index 0dfab18..74f9c87 100644
--- a/telephony/java/android/telephony/UiccCardInfo.java
+++ b/telephony/java/android/telephony/UiccCardInfo.java
@@ -260,7 +260,7 @@
+ ", mEid="
+ mEid
+ ", mIccId="
- + SubscriptionInfo.givePrintableIccid(mIccId)
+ + SubscriptionInfo.givePrintableIccid(getIccId())
+ ", mPhysicalSlotIndex="
+ mPhysicalSlotIndex
+ ", mIsRemovable="