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