Home
last modified time | relevance | path

Searched refs:exclList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
DProxy.java206 String exclList = null; in setHttpProxyConfiguration() local
211 exclList = ProxyUtils.exclusionListAsString(p.getExclusionList()); in setHttpProxyConfiguration()
214 setHttpProxyConfiguration(host, port, exclList, pacFileUrl); in setHttpProxyConfiguration()
218 public static void setHttpProxyConfiguration(String host, String port, String exclList, in setHttpProxyConfiguration() argument
220 if (exclList != null) exclList = exclList.replace(",", "|"); in setHttpProxyConfiguration()
221 if (false) Log.d(TAG, "setHttpProxySystemProperty :"+host+":"+port+" - "+exclList); in setHttpProxyConfiguration()
236 if (exclList != null) { in setHttpProxyConfiguration()
237 System.setProperty("http.nonProxyHosts", exclList); in setHttpProxyConfiguration()
238 System.setProperty("https.nonProxyHosts", exclList); in setHttpProxyConfiguration()
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java376 String exclList = (values.length > 17) ? values[17] : ""; in decode() local
378 if (!host.isEmpty() || !port.isEmpty() || !exclList.isEmpty()) { in decode()
382 ProxyUtils.exclusionStringAsList(exclList)); in decode()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...