Searched refs:mMmsProxyPort (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 223 private final int mMmsProxyPort; field in ApnSetting 410 return mMmsProxyPort; in getMmsProxyPort() 547 this.mMmsProxyPort = builder.mMmsProxyPort; in ApnSetting() 662 … apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, apn.mMmsProxyPort, apn.mUser, in makeApnSetting() 680 .append(", ").append(portToString(mMmsProxyPort)) in toString() 757 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort) in equals() 802 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort) in equals() 843 && xorEqualsPort(this.mMmsProxyPort, other.mMmsProxyPort)) in similar() 890 apnValue.put(Telephony.Carriers.MMSPORT, portToString(mMmsProxyPort)); in toContentValues() 1001 dest.writeInt(mMmsProxyPort); in writeToParcel() [all …]
|