Searched refs:mProxyAddress (Results 1 – 2 of 2) sorted by relevance
55 private String mProxyAddress; field in SipProfile85 private String mProxyAddress; field in SipProfile.Builder110 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 …]
363 private final String mProxyAddress; field in ApnSetting538 return inetAddressFromString(mProxyAddress); in getProxyAddress()547 return mProxyAddress; in getProxyAddressAsString()750 this.mProxyAddress = builder.mProxyAddress; in ApnSetting()903 apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, in makeApnSetting()1134 .append(", ").append(mProxyAddress) in toString()1234 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()1282 && Objects.equals(mProxyAddress, other.mProxyAddress) in equals()1319 && xorEqualsString(this.mProxyAddress, other.mProxyAddress) in similar()1366 apnValue.put(Telephony.Carriers.PROXY, nullToEmpty(mProxyAddress)); in toContentValues()[all …]