Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLinkProperties.java56 private ProxyInfo mHttpProxy; field in LinkProperties
156 mHttpProxy = (source.getHttpProxy() == null) ? in LinkProperties()
528 mHttpProxy = proxy; in setHttpProxy()
537 return mHttpProxy; in getHttpProxy()
602 mHttpProxy = null; in clear()
639 String proxy = (mHttpProxy == null ? "" : " HttpProxy: " + mHttpProxy.toString() + " "); in toString()
1107 + ((null == mHttpProxy) ? 0 : mHttpProxy.hashCode()) in hashCode()
1135 if (mHttpProxy != null) { in writeToParcel()
1137 dest.writeParcelable(mHttpProxy, flags); in writeToParcel()
/frameworks/base/services/net/java/android/net/ip/
DIpManager.java418 private ProxyInfo mHttpProxy; field in IpManager
727 mHttpProxy = null; in resetLinkProperties()
916 if (mHttpProxy != null) { in assembleLinkProperties()
917 newLp.setHttpProxy(mHttpProxy); in assembleLinkProperties()
1139 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()
1390 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()