Searched refs:getExclusionList (Results 1 – 10 of 10) sorted by relevance
71 assertArrayEquals(new String[0], proxy1.getExclusionList()); in testBuildDirectProxy()81 assertArrayEquals(exclList.toArray(new String[0]), proxy2.getExclusionList()); in testBuildDirectProxy()92 proxy1.getExclusionList()); in testBuildPacProxy()100 proxy2.getExclusionList()); in testBuildPacProxy()132 assertNull(proxy.getExclusionList()); in checkEmpty()
117 mAdvancedOptionsFlowInfo.getInitialProxyInfo().getExclusionList()); in onCreateActions()
221 public String[] getExclusionList() { in getExclusionList() method in ProxyInfo
156 exclList = ProxyUtils.exclusionListAsString(proxy.getExclusionList()); in populateFields()
299 exclList = ProxyUtils.exclusionListAsString(mGlobalProxy.getExclusionList()); in setGlobalProxy()
1002 ipConfiguration.getHttpProxy().getExclusionList())); in writeToXml()
427 method public String[] getExclusionList();
1419 ProxyUtils.exclusionListAsString(proxyProperties.getExclusionList())); in showProxyFields()
1440 ProxyUtils.exclusionListAsString(proxyProperties.getExclusionList())); in showProxyFields()
3512 Arrays.asList(httpProxy.getExclusionList())); in setHttpProxy()