Searched refs:pacFileUrl (Results 1 – 2 of 2) sorted by relevance
207 Uri pacFileUrl = Uri.EMPTY; in setHttpProxyConfiguration() local212 pacFileUrl = p.getPacFileUrl(); in setHttpProxyConfiguration()214 setHttpProxyConfiguration(host, port, exclList, pacFileUrl); in setHttpProxyConfiguration()219 Uri pacFileUrl) { in setHttpProxyConfiguration() argument243 if (!Uri.EMPTY.equals(pacFileUrl)) { in setHttpProxyConfiguration()
349 String pacFileUrl = (values.length > 18) ? values[18] : ""; in decode() local355 } else if (!pacFileUrl.isEmpty()) { in decode()356 profile.proxy = ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in decode()