Home
last modified time | relevance | path

Searched refs:mMmsProxyPort (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java364 private final int mMmsProxyPort; field in ApnSetting
593 return mMmsProxyPort; in getMmsProxyPort()
751 this.mMmsProxyPort = builder.mMmsProxyPort; in ApnSetting()
901 apn.mMmsProxyPort, apn.mUser, apn.mPassword, apn.mAuthType, apn.mApnTypeBitmask, in makeApnSetting()
1134 .append(", ").append(portToString(mMmsProxyPort)) in toString()
1234 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort) in equals()
1282 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort) in equals()
1326 && xorEqualsInt(this.mMmsProxyPort, other.mMmsProxyPort)) in similar()
1366 apnValue.put(Telephony.Carriers.MMSPORT, nullToEmpty(portToString(mMmsProxyPort))); in toContentValues()
1574 dest.writeInt(mMmsProxyPort); in writeToParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt67227 Landroid/telephony/data/ApnSetting$Builder;->mMmsProxyPort:I
67281 Landroid/telephony/data/ApnSetting;->mMmsProxyPort:I