Merge "[MEP] Updating toString() method"
This commit is contained in:
@@ -257,8 +257,6 @@ public final class UiccCardInfo implements Parcelable {
|
||||
+ mCardId
|
||||
+ ", mEid="
|
||||
+ mEid
|
||||
+ ", mIccId="
|
||||
+ SubscriptionInfo.givePrintableIccid(getIccId())
|
||||
+ ", mPhysicalSlotIndex="
|
||||
+ mPhysicalSlotIndex
|
||||
+ ", mIsRemovable="
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user