Searched refs:mMmsProxyPort (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 262 private final int mMmsProxyPort; field in ApnSetting 491 return mMmsProxyPort; in getMmsProxyPort() 649 this.mMmsProxyPort = builder.mMmsProxyPort; in ApnSetting() 799 apn.mMmsProxyPort, apn.mUser, apn.mPassword, apn.mAuthType, apn.mApnTypeBitmask, in makeApnSetting() 1032 .append(", ").append(portToString(mMmsProxyPort)) in toString() 1127 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort) in equals() 1175 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort) in equals() 1219 && xorEqualsInt(this.mMmsProxyPort, other.mMmsProxyPort)) in similar() 1254 apnValue.put(Telephony.Carriers.MMSPORT, nullToEmpty(portToString(mMmsProxyPort))); in toContentValues() 1460 dest.writeInt(mMmsProxyPort); in writeToParcel() [all …]
|