Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java261 private final String mMmsProxyAddress; field in ApnSetting
473 return inetAddressFromString(mMmsProxyAddress); in getMmsProxyAddress()
482 return mMmsProxyAddress; in getMmsProxyAddressAsString()
648 this.mMmsProxyAddress = builder.mMmsProxyAddress; in ApnSetting()
798 apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, in makeApnSetting()
1031 .append(", ").append(mMmsProxyAddress) in toString()
1126 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals()
1174 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals()
1218 && xorEquals(this.mMmsProxyAddress, other.mMmsProxyAddress) in similar()
1256 mMmsProxyAddress)); in toContentValues()
[all …]