Searched refs:newList (Results 1 – 3 of 3) sorted by relevance
64 int[] newList = Arrays.copyOf(fingerIds, fingerIds.length + 1); in addFingerprintIdForUser() local65 newList[fingerIds.length] = fingerId; in addFingerprintIdForUser()67 Arrays.toString(newList), userId); in addFingerprintIdForUser()
219 List<T> newList = new ArrayList<>(); in mergeToUnmodifiableList() local220 newList.addAll(a); in mergeToUnmodifiableList()221 newList.addAll(b); in mergeToUnmodifiableList()222 return Collections.unmodifiableList(newList); in mergeToUnmodifiableList()
269 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local271 newList.add(err.info); in reportWrappedListContents()273 return reportListContents(newList); in reportWrappedListContents()