Home
last modified time | relevance | path

Searched refs:proxyInfo (Results 1 – 13 of 13) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ip/
DIIpClient.aidl10 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ip/
DIIpClient.aidl10 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ip/
DIIpClient.aidl27 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIIpClient.aidl33 void setHttpProxy(in ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ip/
DIIpClient.aidl10 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ip/
DIIpClient.aidl28 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClient.aidl28 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/
DIIpClient.aidl28 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl28 oneway void setHttpProxy(in android.net.ProxyInfo proxyInfo); in setHttpProxy() argument
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2297 final ProxyInfo proxyInfo = mLinkProperties.getHttpProxy(); in isCaptivePortal() local
2298 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) { in isCaptivePortal()
2299 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
2318 result = sendHttpAndHttpsParallelWithFallbackProbes(properties, proxyInfo, in isCaptivePortal()
2322 result = sendMultiParallelHttpAndHttpsProbes(properties, proxyInfo, httpsUrls, in isCaptivePortal()
2325 result = sendDnsAndHttpProbes(proxyInfo, httpUrls[0], ValidationProbeEvent.PROBE_HTTP); in isCaptivePortal()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java709 public void setHttpProxy(ProxyInfo proxyInfo) { in setHttpProxy() argument
711 IpClient.this.setHttpProxy(proxyInfo); in setHttpProxy()
887 public void setHttpProxy(ProxyInfo proxyInfo) { in setHttpProxy() argument
888 sendMessage(CMD_UPDATE_HTTP_PROXY, proxyInfo); in setHttpProxy()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1371 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields() local
1372 if (proxyInfo != null) { in showProxyFields()
1373 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString()); in showProxyFields()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java1314 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields() local
1315 if (proxyInfo != null) { in showProxyFields()
1316 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString()); in showProxyFields()