Searched refs:newList (Results 1 – 2 of 2) sorted by relevance
202 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local204 newList.add(err.info); in reportWrappedListContents()206 return reportListContents(newList); in reportWrappedListContents()
258 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local260 newList.add(err.info); in reportWrappedListContents()262 return reportListContents(newList); in reportWrappedListContents()