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