Searched refs:mProxyAddress (Results 1 – 3 of 3) sorted by relevance
57 private String mProxyAddress; field in SipProfile87 private String mProxyAddress; field in SipProfile.Builder112 mProxyAddress = profile.getProxyAddress(); in Builder()237 mProxyAddress = outboundProxy; in setOutboundProxy()287 if (!TextUtils.isEmpty(mProxyAddress)) { in build()289 mAddressFactory.createURI(fix(mProxyAddress)); in build()290 mProfile.mProxyAddress = uri.getHost(); in build()316 mProxyAddress = in.readString(); in SipProfile()331 out.writeString(mProxyAddress); in writeToParcel()367 if (!TextUtils.isEmpty(mProxyAddress)) { in getUriString()[all …]
542 private final String mProxyAddress; field in ApnSetting731 return inetAddressFromString(mProxyAddress); in getProxyAddress()740 return mProxyAddress; in getProxyAddressAsString()1023 this.mProxyAddress = builder.mProxyAddress; in ApnSetting()1156 .setProxyAddress(apn.mProxyAddress) in makeApnSetting()1202 .append(", ").append(mProxyAddress) in toString()1293 return Objects.hash(mApnName, mProxyAddress, mProxyPort, mMmsc, mMmsProxyAddress, in hashCode()1313 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()1366 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()1407 && xorEqualsString(this.mProxyAddress, other.mProxyAddress) in similar()[all …]
33478 Landroid/net/sip/SipProfile$Builder;->mProxyAddress:Ljava/lang/String;33495 Landroid/net/sip/SipProfile;->mProxyAddress:Ljava/lang/String;52571 Landroid/telephony/data/ApnSetting$Builder;->mProxyAddress:Ljava/net/InetAddress;52626 Landroid/telephony/data/ApnSetting;->mProxyAddress:Ljava/net/InetAddress;