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