Searched refs:pacFileUrl (Results 1 – 5 of 5) sorted by relevance
108 public ProxyInfo(Uri pacFileUrl) { in ProxyInfo() argument113 if (pacFileUrl == null) { in ProxyInfo()116 mPacFileUrl = pacFileUrl; in ProxyInfo()123 public ProxyInfo(String pacFileUrl) { in ProxyInfo() argument128 mPacFileUrl = Uri.parse(pacFileUrl); in ProxyInfo()135 public ProxyInfo(Uri pacFileUrl, int localProxyPort) { in ProxyInfo() argument140 if (pacFileUrl == null) { in ProxyInfo()143 mPacFileUrl = pacFileUrl; in ProxyInfo()
249 Uri pacFileUrl = Uri.EMPTY; in setHttpProxySystemProperty() local254 pacFileUrl = p.getPacFileUrl(); in setHttpProxySystemProperty()256 setHttpProxySystemProperty(host, port, exclList, pacFileUrl); in setHttpProxySystemProperty()261 Uri pacFileUrl) { in setHttpProxySystemProperty() argument285 if (!Uri.EMPTY.equals(pacFileUrl)) { in setHttpProxySystemProperty()
156 String pacFileUrl = Settings.Global.getString(res, GLOBAL_HTTP_PROXY_PAC); in loadGlobalProxy() local157 if (!TextUtils.isEmpty(host) || !TextUtils.isEmpty(pacFileUrl)) { in loadGlobalProxy()159 if (!TextUtils.isEmpty(pacFileUrl)) { in loadGlobalProxy()160 proxyProperties = new ProxyInfo(pacFileUrl); in loadGlobalProxy()242 final String pacFileUrl; in setGlobalProxy() local253 pacFileUrl = Uri.EMPTY.equals(proxyInfo.getPacFileUrl()) in setGlobalProxy()259 pacFileUrl = ""; in setGlobalProxy()268 Settings.Global.putString(res, GLOBAL_HTTP_PROXY_PAC, pacFileUrl); in setGlobalProxy()
167 String pacFileUrl = (values.length > 18) ? values[18] : ""; in decode() local168 if (pacFileUrl.isEmpty()) { in decode()172 profile.proxy = new ProxyInfo(pacFileUrl); in decode()
268 String pacFileUrl = null; in readIpConfigurations() local332 pacFileUrl = in.readUTF(); in readIpConfigurations()375 ProxyInfo proxyPacProperties = new ProxyInfo(pacFileUrl); in readIpConfigurations()