Searched refs:currSubIdFromDb (Results 1 – 1 of 1) sorted by relevance
3288 int currSubIdFromDb = cursor.getInt(subIdColumnIndex); in findAndRestoreAllMatches() local3290 if (previouslyRestoredSubIdsList.contains(currSubIdFromDb)) { in findAndRestoreAllMatches()3351 new String[]{Integer.toString(currSubIdFromDb)}); in findAndRestoreAllMatches()3359 new String[]{Integer.toString(currSubIdFromDb)}); in findAndRestoreAllMatches()3366 newlyRestoredSubIds.add(currSubIdFromDb); in findAndRestoreAllMatches()