Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java484 private ProxyInfo mHttpProxy; field in IpClient
1072 mHttpProxy = null; in resetLinkProperties()
1315 if (mHttpProxy != null) { in assembleLinkProperties()
1316 newLp.setHttpProxy(mHttpProxy); in assembleLinkProperties()
1674 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()
2081 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java187 private ProxyInfo mHttpProxy = null; field in WifiConfigController
811 mStaticIpConfiguration, mHttpProxy)); in getConfig()
843 mHttpProxy = null; in ipAndProxyFieldsAreValid()
858 mHttpProxy = new ProxyInfo(host, port, exclusionList); in ipAndProxyFieldsAreValid()
872 mHttpProxy = new ProxyInfo(uri); in ipAndProxyFieldsAreValid()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java174 private ProxyInfo mHttpProxy = null; field in WifiConfigController
781 mStaticIpConfiguration, mHttpProxy)); in getConfig()
813 mHttpProxy = null; in ipAndProxyFieldsAreValid()
828 mHttpProxy = new ProxyInfo(host, port, exclusionList); in ipAndProxyFieldsAreValid()
842 mHttpProxy = new ProxyInfo(uri); in ipAndProxyFieldsAreValid()