Home
last modified time | relevance | path

Searched refs:getPacFileUrl (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java177 if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) { in setCurrentProxyScriptUrl()
178 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) { in setCurrentProxyScriptUrl()
182 mPacUrl = proxy.getPacFileUrl(); in setCurrentProxyScriptUrl()
DNetworkMonitor.java994 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) { in isCaptivePortal()
995 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
/frameworks/base/core/java/android/net/
DProxyInfo.java179 public Uri getPacFileUrl() { in getPacFileUrl() method in ProxyInfo
278 return mPacFileUrl.equals(p.getPacFileUrl()) && mPort == p.mPort; in equals()
DProxy.java251 pacFileUrl = p.getPacFileUrl(); in setHttpProxySystemProperty()
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java143 out.writeUTF(proxyPacProperties.getPacFileUrl().toString()); in writeConfig()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3384 && (proxy.getPacFileUrl() == null || Uri.EMPTY.equals(proxy.getPacFileUrl()))) { in canonicalizeProxyInfo()
3420 !Uri.EMPTY.equals(proxyProperties.getPacFileUrl()))) { in setGlobalProxy()
3430 if (!Uri.EMPTY.equals(proxyProperties.getPacFileUrl())) { in setGlobalProxy()
3431 pacFileUrl = proxyProperties.getPacFileUrl().toString(); in setGlobalProxy()
3492 && Uri.EMPTY.equals(proxy.getPacFileUrl())) { in handleApplyDefaultProxy()
3509 && (!Uri.EMPTY.equals(proxy.getPacFileUrl())) in handleApplyDefaultProxy()
3510 && proxy.getPacFileUrl().equals(mGlobalProxy.getPacFileUrl())) { in handleApplyDefaultProxy()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1976 if (!Uri.EMPTY.equals(httpProxy.getPacFileUrl())) { in setHttpProxy()
1979 httpProxyCopy = new ProxyInfo(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java750 ipConfiguration.httpProxy.getPacFileUrl().toString()); in writeToXml()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2249 pacFileUrl = proxy.getPacFileUrl(); in handleMessage()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17223 method public android.net.Uri getPacFileUrl();
/frameworks/base/config/
Dhiddenapi-public-dex.txt25714 Landroid/net/ProxyInfo;->getPacFileUrl()Landroid/net/Uri;
/frameworks/base/api/
Dcurrent.txt27320 method public android.net.Uri getPacFileUrl();