Searched refs:mProxyAddress (Results 1 – 4 of 4) 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 …]
40 private final String mProxyAddress; field in ApnSettings185 mProxyAddress = proxyAddr; in ApnSettings()195 return mProxyAddress; in getProxyAddress()203 return !TextUtils.isEmpty(mProxyAddress); in isProxySet()
488 private final String mProxyAddress; field in ApnSetting663 return inetAddressFromString(mProxyAddress); in getProxyAddress()672 return mProxyAddress; in getProxyAddressAsString()875 this.mProxyAddress = builder.mProxyAddress; in ApnSetting()1259 .append(", ").append(mProxyAddress) in toString()1363 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()1411 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()1448 && xorEqualsString(this.mProxyAddress, other.mProxyAddress) in similar()1733 dest.writeString(mProxyAddress); in writeToParcel()1830 private String mProxyAddress; field in ApnSetting.Builder[all …]
36766 Landroid/net/sip/SipProfile$Builder;->mProxyAddress:Ljava/lang/String;36783 Landroid/net/sip/SipProfile;->mProxyAddress:Ljava/lang/String;56537 Landroid/telephony/data/ApnSetting$Builder;->mProxyAddress:Ljava/net/InetAddress;56592 Landroid/telephony/data/ApnSetting;->mProxyAddress:Ljava/net/InetAddress;