Searched refs:mMmsProxyAddress (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 491 private final String mMmsProxyAddress; field in ApnSetting 703 return inetAddressFromString(mMmsProxyAddress); in getMmsProxyAddress() 712 return mMmsProxyAddress; in getMmsProxyAddressAsString() 878 this.mMmsProxyAddress = builder.mMmsProxyAddress; in ApnSetting() 1028 apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, in makeApnSetting() 1261 .append(", ").append(mMmsProxyAddress) in toString() 1344 return Objects.hash(mApnName, mProxyAddress, mProxyPort, mMmsc, mMmsProxyAddress, in hashCode() 1365 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals() 1413 && Objects.equals(mMmsProxyAddress, other.mMmsProxyAddress) in equals() 1457 && xorEqualsString(this.mMmsProxyAddress, other.mMmsProxyAddress) in similar() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 56526 Landroid/telephony/data/ApnSetting$Builder;->mMmsProxyAddress:Ljava/net/InetAddress; 56580 Landroid/telephony/data/ApnSetting;->mMmsProxyAddress:Ljava/net/InetAddress;
|