Merge "[MEP] Updating toString() method"

This commit is contained in:
Chen Xu
2022-01-15 06:32:05 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 6 deletions

View File

@@ -257,8 +257,6 @@ public final class UiccCardInfo implements Parcelable {
+ mCardId
+ ", mEid="
+ mEid
+ ", mIccId="
+ SubscriptionInfo.givePrintableIccid(getIccId())
+ ", mPhysicalSlotIndex="
+ mPhysicalSlotIndex
+ ", mIsRemovable="

View File

@@ -271,16 +271,13 @@ public class UiccSlotInfo implements Parcelable {
@NonNull
@Override
public String toString() {
return "UiccSlotInfo (mIsActive="
+ mIsActive
return "UiccSlotInfo ("
+ ", mIsEuicc="
+ mIsEuicc
+ ", mCardId="
+ mCardId
+ ", cardState="
+ mCardStateInfo
+ ", phoneId="
+ mLogicalSlotIdx
+ ", mIsExtendedApduSupported="
+ mIsExtendedApduSupported
+ ", mIsRemovable="