Searched refs:previouslyRestoredSubIdsList (Results 1 – 1 of 1) sorted by relevance
3747 List<Integer> previouslyRestoredSubIdsList = previouslyRestoredSubIdsArray != null in findAndRestoreAllMatches() local3764 if (previouslyRestoredSubIdsList.contains(currSubIdFromDb)) { in findAndRestoreAllMatches()3875 previouslyRestoredSubIdsList.addAll(newlyRestoredSubIds); in findAndRestoreAllMatches()3878 previouslyRestoredSubIdsList.stream().mapToInt(i -> i).toArray()); in findAndRestoreAllMatches()