Searched refs:proxyInfo (Results 1 – 7 of 7) sorted by relevance
250 ProxyInfo proxyInfo = cm.getGlobalProxy(); in openConnection() local251 if (proxyInfo == null) { in openConnection()254 if (lp != null) proxyInfo = lp.getHttpProxy(); in openConnection()257 if (proxyInfo != null) { in openConnection()258 proxy = proxyInfo.makeProxy(); in openConnection()
678 final ProxyInfo proxyInfo = mNetworkAgentInfo.linkProperties.getHttpProxy(); in isCaptivePortal() local679 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) { in isCaptivePortal()680 url = new URL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
292 ProxyInfo proxyInfo = in readIpAndProxyConfigurations() local295 config.httpProxy = proxyInfo; in readIpAndProxyConfigurations()
85 void setRecommendedGlobalProxy(in ComponentName admin, in ProxyInfo proxyInfo); in setRecommendedGlobalProxy() argument
1615 public void setRecommendedGlobalProxy(ComponentName admin, ProxyInfo proxyInfo) { in setRecommendedGlobalProxy() argument1618 mService.setRecommendedGlobalProxy(admin, proxyInfo); in setRecommendedGlobalProxy()
3315 public void setRecommendedGlobalProxy(ComponentName who, ProxyInfo proxyInfo) { in setRecommendedGlobalProxy() argument3323 connectivityManager.setGlobalProxy(proxyInfo); in setRecommendedGlobalProxy()
4451 final ProxyInfo proxyInfo = service.getDefaultProxy(); in handleBindApplication() local4452 Proxy.setHttpProxySystemProperty(proxyInfo); in handleBindApplication()