Searched refs:cursorConversationIds (Results 1 – 1 of 1) sorted by relevance
348 final Set<Long> cursorConversationIds = cursor.getConversationIds(); in validateAgainstCursor() local353 if (!batchConversationToCheck.isEmpty() && cursorConversationIds != null) { in validateAgainstCursor()354 batchConversationToCheck.removeAll(cursorConversationIds); in validateAgainstCursor()