Searched refs:exclList (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | Proxy.java | 206 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/ |
D | VpnProfile.java | 376 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |