Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLinkProperties.java58 private ProxyInfo mHttpProxy; field in LinkProperties
178 mHttpProxy = (source.getHttpProxy() == null) ? in LinkProperties()
673 mHttpProxy = proxy; in setHttpProxy()
682 return mHttpProxy; in getHttpProxy()
749 mHttpProxy = null; in clear()
802 String proxy = (mHttpProxy == null ? "" : " HttpProxy: " + mHttpProxy.toString() + " "); in toString()
1274 + ((null == mHttpProxy) ? 0 : mHttpProxy.hashCode()) in hashCode()
1310 if (mHttpProxy != null) { in writeToParcel()
1312 dest.writeParcelable(mHttpProxy, flags); in writeToParcel()
/frameworks/base/services/net/java/android/net/ip/
DIpClient.java655 private ProxyInfo mHttpProxy; field in IpClient
1040 mHttpProxy = null; in resetLinkProperties()
1238 if (mHttpProxy != null) { in assembleLinkProperties()
1239 newLp.setHttpProxy(mHttpProxy); in assembleLinkProperties()
1452 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()
1731 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()