Searched refs:getExclusionList (Results 1 – 11 of 11) 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()
116 mAdvancedOptionsFlowInfo.getInitialProxyInfo().getExclusionList()); in onCreateActions()
223 public String[] getExclusionList() { in getExclusionList() method in ProxyInfo
156 exclList = ProxyUtils.exclusionListAsString(proxy.getExclusionList()); in populateFields()
307 exclList = ProxyUtils.exclusionListAsString(mGlobalProxy.getExclusionList()); in setGlobalProxy()
135 proxyProperties.getExclusionList()); in writeConfig()
1472 ProxyUtils.exclusionListAsString(proxyProperties.getExclusionList())); in showProxyFields()
1511 ProxyUtils.exclusionListAsString(proxyProperties.getExclusionList())); in showProxyFields()
4019 String[] exclusionList = httpProxy.getExclusionList(); in setHttpProxy()
1279 ipConfiguration.getHttpProxy().getExclusionList())); in writeToXml()
461 method public String[] getExclusionList();