Searched refs:pacFileUrl (Results 1 – 5 of 5) sorted by relevance
193 String pacFileUrl = Settings.Global.getString(res, GLOBAL_HTTP_PROXY_PAC); in loadGlobalProxy() local194 if (!TextUtils.isEmpty(host) || !TextUtils.isEmpty(pacFileUrl)) { in loadGlobalProxy()196 if (!TextUtils.isEmpty(pacFileUrl)) { in loadGlobalProxy()197 proxyProperties = ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in loadGlobalProxy()211 if (!TextUtils.isEmpty(pacFileUrl) && mPacProxyManager != null) { in loadGlobalProxy()297 final String pacFileUrl; in setGlobalProxy() local308 pacFileUrl = Uri.EMPTY.equals(proxyInfo.getPacFileUrl()) in setGlobalProxy()314 pacFileUrl = ""; in setGlobalProxy()323 Settings.Global.putString(res, GLOBAL_HTTP_PROXY_PAC, pacFileUrl); in setGlobalProxy()
123 public ProxyInfo(@NonNull Uri pacFileUrl) { in ProxyInfo() argument128 if (pacFileUrl == null) { in ProxyInfo()131 mPacFileUrl = pacFileUrl; in ProxyInfo()138 public ProxyInfo(@NonNull Uri pacFileUrl, int localProxyPort) { in ProxyInfo() argument143 if (pacFileUrl == null) { in ProxyInfo()146 mPacFileUrl = pacFileUrl; in ProxyInfo()
686 final String pacFileUrl = Settings.Global.getString( in getGlobalProxy() local689 if (TextUtils.isEmpty(host) && TextUtils.isEmpty(pacFileUrl)) { in getGlobalProxy()693 if (TextUtils.isEmpty(pacFileUrl)) { in getGlobalProxy()697 return ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in getGlobalProxy()723 final String pacFileUrl = proxyInfo.getPacFileUrl().toString(); in setGlobalProxy() local726 if (!TextUtils.isEmpty(pacFileUrl)) { in setGlobalProxy()733 if (TextUtils.isEmpty(pacFileUrl)) { in setGlobalProxy()742 context.getContentResolver(), GLOBAL_HTTP_PROXY_PAC, pacFileUrl); in setGlobalProxy() local
107 String pacFileUrl = null; in readIpConfigurations() local167 pacFileUrl = in.readUTF(); in readIpConfigurations()214 ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in readIpConfigurations()
286 String pacFileUrl = null; in readIpConfigurations() local358 pacFileUrl = in.readUTF(); in readIpConfigurations()408 ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in readIpConfigurations()