Searched refs:parsedExclList (Results 1 – 1 of 1) sorted by relevance
140 private ProxyInfo(String host, int port, String exclList, String[] parsedExclList) { in ProxyInfo() argument144 mParsedExclusionList = parsedExclList; in ProxyInfo()352 String[] parsedExclList = in.readStringArray();354 new ProxyInfo(host, port, exclList, parsedExclList);