Searched refs:previouslyRestoredSubIdsArray (Results 1 – 1 of 1) sorted by relevance
3271 int[] previouslyRestoredSubIdsArray = in findAndRestoreAllMatches() local3273 List<Integer> previouslyRestoredSubIdsList = previouslyRestoredSubIdsArray != null in findAndRestoreAllMatches()3274 ? Arrays.stream(previouslyRestoredSubIdsArray).boxed().collect(Collectors.toList()) in findAndRestoreAllMatches()