Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLinkProperties.java69 private ProxyInfo mHttpProxy; field in LinkProperties
194 mHttpProxy = (source.mHttpProxy == null) ? null : new ProxyInfo(source.mHttpProxy); in LinkProperties()
794 mHttpProxy = proxy; in setHttpProxy()
803 return mHttpProxy; in getHttpProxy()
898 mHttpProxy = null; in clear()
996 if (mHttpProxy != null) { in toString()
998 resultJoiner.add(mHttpProxy.toString()); in toString()
1757 + ((null == mHttpProxy) ? 0 : mHttpProxy.hashCode()) in hashCode()
1794 if (mHttpProxy != null) { in writeToParcel()
1796 dest.writeParcelable(mHttpProxy, flags); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43819 Landroid/net/LinkProperties;->mHttpProxy:Landroid/net/ProxyInfo;