Home
last modified time | relevance | path

Searched refs:mProxyAddress (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java55 private String mProxyAddress; field in SipProfile
85 private String mProxyAddress; field in SipProfile.Builder
110 mProxyAddress = profile.getProxyAddress(); in Builder()
235 mProxyAddress = outboundProxy; in setOutboundProxy()
285 if (!TextUtils.isEmpty(mProxyAddress)) { in build()
287 mAddressFactory.createURI(fix(mProxyAddress)); in build()
288 mProfile.mProxyAddress = uri.getHost(); in build()
314 mProxyAddress = in.readString(); in SipProfile()
329 out.writeString(mProxyAddress); in writeToParcel()
365 if (!TextUtils.isEmpty(mProxyAddress)) { in getUriString()
[all …]
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java360 private final String mProxyAddress; field in ApnSetting
535 return inetAddressFromString(mProxyAddress); in getProxyAddress()
544 return mProxyAddress; in getProxyAddressAsString()
747 this.mProxyAddress = builder.mProxyAddress; in ApnSetting()
900 apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, in makeApnSetting()
1131 .append(", ").append(mProxyAddress) in toString()
1231 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()
1279 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()
1316 && xorEqualsString(this.mProxyAddress, other.mProxyAddress) in similar()
1363 apnValue.put(Telephony.Carriers.PROXY, nullToEmpty(mProxyAddress)); in toContentValues()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45225 Landroid/net/sip/SipProfile$Builder;->mProxyAddress:Ljava/lang/String;
45242 Landroid/net/sip/SipProfile;->mProxyAddress:Ljava/lang/String;
67237 Landroid/telephony/data/ApnSetting$Builder;->mProxyAddress:Ljava/net/InetAddress;
67292 Landroid/telephony/data/ApnSetting;->mProxyAddress:Ljava/net/InetAddress;