Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java545 private final String mMmsProxyAddress; field in ApnSetting
771 return inetAddressFromString(mMmsProxyAddress); in getMmsProxyAddress()
780 return mMmsProxyAddress; in getMmsProxyAddressAsString()
1026 this.mMmsProxyAddress = builder.mMmsProxyAddress; in ApnSetting()
1159 .setMmsProxyAddress(apn.mMmsProxyAddress) in makeApnSetting()
1204 .append(", ").append(mMmsProxyAddress) in toString()
1293 return Objects.hash(mApnName, mProxyAddress, mProxyPort, mMmsc, mMmsProxyAddress, in hashCode()
1315 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals()
1368 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals()
1410 && xorEqualsString(this.mMmsProxyAddress, other.mMmsProxyAddress) in similar()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52560 Landroid/telephony/data/ApnSetting$Builder;->mMmsProxyAddress:Ljava/net/InetAddress;
52614 Landroid/telephony/data/ApnSetting;->mMmsProxyAddress:Ljava/net/InetAddress;