Home
last modified time | relevance | path

Searched refs:proxyInfo (Results 1 – 14 of 14) 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/src/android/net/ip/
DIIpClient.aidl33 void setHttpProxy(in 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/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/current/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/src/com/android/server/connectivity/
DNetworkMonitor.java2299 final ProxyInfo proxyInfo = mLinkProperties.getHttpProxy(); in isCaptivePortal() local
2300 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) { in isCaptivePortal()
2301 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
2320 result = sendHttpAndHttpsParallelWithFallbackProbes(deps, proxyInfo, in isCaptivePortal()
2324 result = sendMultiParallelHttpAndHttpsProbes(deps, proxyInfo, httpsUrls, httpUrls); in isCaptivePortal()
2326 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()
886 public void setHttpProxy(ProxyInfo proxyInfo) { in setHttpProxy() argument
887 sendMessage(CMD_UPDATE_HTTP_PROXY, proxyInfo); in setHttpProxy()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java1302 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields() local
1303 if (proxyInfo != null) { in showProxyFields()
1304 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString()); in showProxyFields()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController2.java1411 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields() local
1412 if (proxyInfo != null) { in showProxyFields()
1413 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString()); in showProxyFields()
DWifiConfigController.java1428 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields() local
1429 if (proxyInfo != null) { in showProxyFields()
1430 mProxyPacView.setText(proxyInfo.getPacFileUrl().toString()); in showProxyFields()