Searched refs:mMmsProxyAddress (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 222 private final InetAddress mMmsProxyAddress; field in ApnSetting 401 return mMmsProxyAddress; in getMmsProxyAddress() 546 this.mMmsProxyAddress = builder.mMmsProxyAddress; in ApnSetting() 662 … apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, apn.mMmsProxyPort, apn.mUser, in makeApnSetting() 679 .append(", ").append(inetAddressToString(mMmsProxyAddress)) in toString() 756 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals() 801 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals() 842 && xorEquals(this.mMmsProxyAddress, other.mMmsProxyAddress) in similar() 891 apnValue.put(Telephony.Carriers.MMSPROXY, mMmsProxyAddress == null in toContentValues() 892 ? "" : inetAddressToString(mMmsProxyAddress)); in toContentValues() [all …]
|