Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java54 private String mProxyAddress; field in SipProfile
84 private String mProxyAddress; field in SipProfile.Builder
109 mProxyAddress = profile.getProxyAddress(); in Builder()
234 mProxyAddress = outboundProxy; in setOutboundProxy()
284 if (!TextUtils.isEmpty(mProxyAddress)) { in build()
286 mAddressFactory.createURI(fix(mProxyAddress)); in build()
287 mProfile.mProxyAddress = uri.getHost(); in build()
313 mProxyAddress = in.readString(); in SipProfile()
328 out.writeString(mProxyAddress); in writeToParcel()
364 if (!TextUtils.isEmpty(mProxyAddress)) { in getUriString()
[all …]
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java258 private final String mProxyAddress; field in ApnSetting
433 return inetAddressFromString(mProxyAddress); in getProxyAddress()
442 return mProxyAddress; in getProxyAddressAsString()
645 this.mProxyAddress = builder.mProxyAddress; in ApnSetting()
798 apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, in makeApnSetting()
1029 .append(", ").append(mProxyAddress) in toString()
1124 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()
1172 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()
1209 && xorEquals(this.mProxyAddress, other.mProxyAddress) in similar()
1251 apnValue.put(Telephony.Carriers.PROXY, nullToEmpty(mProxyAddress)); in toContentValues()
[all …]