Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java179 if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) { in setCurrentProxyScriptUrl()
180 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) { in setCurrentProxyScriptUrl()
184 mPacUrl = proxy.getPacFileUrl(); in setCurrentProxyScriptUrl()
DNetworkMonitor.java783 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) { in isCaptivePortal()
784 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.java138 out.writeUTF(proxyPacProperties.getPacFileUrl().toString()); in writeConfig()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3167 && (proxy.getPacFileUrl() == null || Uri.EMPTY.equals(proxy.getPacFileUrl()))) { in canonicalizeProxyInfo()
3203 !Uri.EMPTY.equals(proxyProperties.getPacFileUrl()))) { in setGlobalProxy()
3213 if (!Uri.EMPTY.equals(proxyProperties.getPacFileUrl())) { in setGlobalProxy()
3214 pacFileUrl = proxyProperties.getPacFileUrl().toString(); in setGlobalProxy()
3275 && Uri.EMPTY.equals(proxy.getPacFileUrl())) { in handleApplyDefaultProxy()
3292 && (!Uri.EMPTY.equals(proxy.getPacFileUrl())) in handleApplyDefaultProxy()
3293 && proxy.getPacFileUrl().equals(mGlobalProxy.getPacFileUrl())) { in handleApplyDefaultProxy()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java2005 if (!Uri.EMPTY.equals(httpProxy.getPacFileUrl())) { in setHttpProxy()
2008 httpProxyCopy = new ProxyInfo(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java742 ipConfiguration.httpProxy.getPacFileUrl().toString()); in writeToXml()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2015 pacFileUrl = proxy.getPacFileUrl(); in handleMessage()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17223 method public android.net.Uri getPacFileUrl();
/frameworks/base/api/
Dcurrent.txt25812 method public android.net.Uri getPacFileUrl();
Dtest-current.txt25968 method public android.net.Uri getPacFileUrl();
Dsystem-current.txt28075 method public android.net.Uri getPacFileUrl();