Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ebb4445 authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "[MEP] Updating toString() method"

parents cd02f0ac 58df1af6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -257,8 +257,6 @@ public final class UiccCardInfo implements Parcelable {
                + mCardId
                + ", mEid="
                + mEid
                + ", mIccId="
                + SubscriptionInfo.givePrintableIccid(getIccId())
                + ", mPhysicalSlotIndex="
                + mPhysicalSlotIndex
                + ", mIsRemovable="
+1 −4
Original line number Diff line number Diff line
@@ -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="