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.java368 private ProxyInfo mHttpProxy; field in IpClient
854 mHttpProxy = null; in resetLinkProperties()
1061 if (mHttpProxy != null) { in assembleLinkProperties()
1062 newLp.setHttpProxy(mHttpProxy); in assembleLinkProperties()
1302 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()
1600 mHttpProxy = (ProxyInfo) msg.obj; in processMessage()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java175 private ProxyInfo mHttpProxy = null; field in WifiConfigController
782 mStaticIpConfiguration, mHttpProxy)); in getConfig()
814 mHttpProxy = null; in ipAndProxyFieldsAreValid()
829 mHttpProxy = new ProxyInfo(host, port, exclusionList); in ipAndProxyFieldsAreValid()
843 mHttpProxy = new ProxyInfo(uri); in ipAndProxyFieldsAreValid()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java174 private ProxyInfo mHttpProxy = null; field in WifiConfigController
812 mStaticIpConfiguration, mHttpProxy)); in getConfig()
844 mHttpProxy = null; in ipAndProxyFieldsAreValid()
859 mHttpProxy = new ProxyInfo(host, port, exclusionList); in ipAndProxyFieldsAreValid()
873 mHttpProxy = new ProxyInfo(uri); in ipAndProxyFieldsAreValid()