Searched refs:parsedExclList (Results 1 – 1 of 1) sorted by relevance
152 private ProxyInfo(String host, int port, String exclList, String[] parsedExclList) { in ProxyInfo() argument156 mParsedExclusionList = parsedExclList; in ProxyInfo()358 String[] parsedExclList = in.readStringArray();359 ProxyInfo proxyProperties = new ProxyInfo(host, port, exclList, parsedExclList);