Searched refs:parsedExclList (Results 1 – 1 of 1) sorted by relevance
157 private ProxyInfo(String host, int port, String exclList, String[] parsedExclList) { in ProxyInfo() argument161 mParsedExclusionList = parsedExclList; in ProxyInfo()371 String[] parsedExclList = in.createStringArray();372 ProxyInfo proxyProperties = new ProxyInfo(host, port, exclList, parsedExclList);