Searched refs:trimmedExclList (Results 1 – 1 of 1) sorted by relevance
6712 final List<String> trimmedExclList; in getProxyParameters() local6714 trimmedExclList = Collections.emptyList(); in getProxyParameters()6716 trimmedExclList = new ArrayList<>(exclusionList.size()); in getProxyParameters()6718 trimmedExclList.add(exclDomain.trim()); in getProxyParameters()6721 final ProxyInfo info = ProxyInfo.buildDirectProxy(hostName, port, trimmedExclList); in getProxyParameters()6728 return new Pair<>(hostName + ":" + port, TextUtils.join(",", trimmedExclList)); in getProxyParameters()