Home | History | Annotate | Download | only in wifi

Lines Matching refs:exclusionList

451             String exclusionList = mProxyExclusionListView.getText().toString();
456 result = ProxySelector.validate(host, portStr, exclusionList);
461 ProxyProperties proxyProperties= new ProxyProperties(host, port, exclusionList);