Searched defs:pacFileUrl (Results 1 – 9 of 9) sorted by relevance
106 public ProxyInfo(Uri pacFileUrl) { in ProxyInfo()120 public ProxyInfo(String pacFileUrl) { in ProxyInfo()131 public ProxyInfo(Uri pacFileUrl, int localProxyPort) { in ProxyInfo()
207 Uri pacFileUrl = Uri.EMPTY; in setHttpProxyConfiguration() local219 Uri pacFileUrl) { in setHttpProxyConfiguration()
121 public ProxyInfo(@NonNull Uri pacFileUrl) { in ProxyInfo()136 public ProxyInfo(@NonNull Uri pacFileUrl, int localProxyPort) { in ProxyInfo()
673 final String pacFileUrl = Settings.Global.getString( in getGlobalProxy() local700 final String pacFileUrl = proxyInfo.getPacFileUrl().toString(); in setGlobalProxy() local711 context.getContentResolver(), GLOBAL_HTTP_PROXY_PAC, pacFileUrl); in setGlobalProxy() local
188 String pacFileUrl = Settings.Global.getString(res, GLOBAL_HTTP_PROXY_PAC); in loadGlobalProxy() local289 final String pacFileUrl; in setGlobalProxy() local
107 String pacFileUrl = null; in readIpConfigurations() local
287 String pacFileUrl = (values.length > 18) ? values[18] : ""; in decode() local
274 String pacFileUrl = null; in readIpConfigurations() local
3734 String pacFileUrl = ""; in setGlobalProxy() local3777 String pacFileUrl = Settings.Global.getString(res, Settings.Global.GLOBAL_HTTP_PROXY_PAC); in loadGlobalProxy() local