Merge "[MEP] Change mIccId to getIccId API in the UiccCardInfo toString"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd73a64bbf
@@ -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