[MEP] Change mIccId to getIccId API in the UiccCardInfo toString
Test: Build, manual Change-Id: I399d9d51a045c5705902b42950baaa6eef436bcb
This commit is contained in:
@@ -260,7 +260,7 @@ public final class UiccCardInfo implements Parcelable {
|
||||
+ ", mEid="
|
||||
+ mEid
|
||||
+ ", mIccId="
|
||||
+ SubscriptionInfo.givePrintableIccid(mIccId)
|
||||
+ SubscriptionInfo.givePrintableIccid(getIccId())
|
||||
+ ", mPhysicalSlotIndex="
|
||||
+ mPhysicalSlotIndex
|
||||
+ ", mIsRemovable="
|
||||
|
||||
Reference in New Issue
Block a user