Loading telephony/java/android/telephony/data/DataProfile.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.telephony.data; package android.telephony.data; import android.annotation.SystemApi; import android.annotation.SystemApi; import android.os.Build; import android.os.Parcel; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable; import android.text.TextUtils; import android.text.TextUtils; Loading Loading @@ -230,8 +231,10 @@ public final class DataProfile implements Parcelable { @Override @Override public String toString() { public String toString() { return "DataProfile=" + mProfileId + "/" + mApn + "/" + mProtocol + "/" + mAuthType return "DataProfile=" + mProfileId + "/" + mProtocol + "/" + mAuthType + "/" + mUserName + "/" + mPassword + "/" + mType + "/" + mMaxConnsTime + "/" + (Build.IS_USER ? "***/***/***" : (mApn + "/" + mUserName + "/" + mPassword)) + "/" + mType + "/" + mMaxConnsTime + "/" + mMaxConns + "/" + mWaitTime + "/" + mEnabled + "/" + "/" + mMaxConns + "/" + mWaitTime + "/" + mEnabled + "/" + mSupportedApnTypesBitmap + "/" + mRoamingProtocol + "/" + mBearerBitmap + "/" + mSupportedApnTypesBitmap + "/" + mRoamingProtocol + "/" + mBearerBitmap + "/" + mMtu + "/" + mMvnoType + "/" + mMvnoMatchData + "/" + mModemCognitive; + mMtu + "/" + mMvnoType + "/" + mMvnoMatchData + "/" + mModemCognitive; Loading Loading
telephony/java/android/telephony/data/DataProfile.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.telephony.data; package android.telephony.data; import android.annotation.SystemApi; import android.annotation.SystemApi; import android.os.Build; import android.os.Parcel; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable; import android.text.TextUtils; import android.text.TextUtils; Loading Loading @@ -230,8 +231,10 @@ public final class DataProfile implements Parcelable { @Override @Override public String toString() { public String toString() { return "DataProfile=" + mProfileId + "/" + mApn + "/" + mProtocol + "/" + mAuthType return "DataProfile=" + mProfileId + "/" + mProtocol + "/" + mAuthType + "/" + mUserName + "/" + mPassword + "/" + mType + "/" + mMaxConnsTime + "/" + (Build.IS_USER ? "***/***/***" : (mApn + "/" + mUserName + "/" + mPassword)) + "/" + mType + "/" + mMaxConnsTime + "/" + mMaxConns + "/" + mWaitTime + "/" + mEnabled + "/" + "/" + mMaxConns + "/" + mWaitTime + "/" + mEnabled + "/" + mSupportedApnTypesBitmap + "/" + mRoamingProtocol + "/" + mBearerBitmap + "/" + mSupportedApnTypesBitmap + "/" + mRoamingProtocol + "/" + mBearerBitmap + "/" + mMtu + "/" + mMvnoType + "/" + mMvnoMatchData + "/" + mModemCognitive; + mMtu + "/" + mMvnoType + "/" + mMvnoMatchData + "/" + mModemCognitive; Loading