Searched refs:mMmsProxyAddress (Results 1 – 1 of 1) sorted by relevance
261 private final String mMmsProxyAddress; field in ApnSetting473 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 …]