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