Searched refs:trimmedExclList (Results 1 – 1 of 1) sorted by relevance
6992 final List<String> trimmedExclList; in getProxyParameters() local6994 trimmedExclList = Collections.emptyList(); in getProxyParameters()6996 trimmedExclList = new ArrayList<>(exclusionList.size()); in getProxyParameters()6998 trimmedExclList.add(exclDomain.trim()); in getProxyParameters()7001 final ProxyInfo info = ProxyInfo.buildDirectProxy(hostName, port, trimmedExclList); in getProxyParameters()7008 return new Pair<>(hostName + ":" + port, TextUtils.join(",", trimmedExclList)); in getProxyParameters()