Searched refs:mProxyAddress (Results 1 – 2 of 2) sorted by relevance
54 private String mProxyAddress; field in SipProfile84 private String mProxyAddress; field in SipProfile.Builder109 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 …]
258 private final String mProxyAddress; field in ApnSetting433 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 …]