[MEP] Change mIccId to getIccId API in the UiccCardInfo toString

Test: Build, manual
Change-Id: I399d9d51a045c5705902b42950baaa6eef436bcb
This commit is contained in:
Muralidhar Reddy
2021-11-30 19:49:47 +00:00
parent 562dbeda16
commit fdeaf4e70c

View File

@@ -260,7 +260,7 @@ public final class UiccCardInfo implements Parcelable {
+ ", mEid="
+ mEid
+ ", mIccId="
+ SubscriptionInfo.givePrintableIccid(mIccId)
+ SubscriptionInfo.givePrintableIccid(getIccId())
+ ", mPhysicalSlotIndex="
+ mPhysicalSlotIndex
+ ", mIsRemovable="