Searched refs:combinedHistory (Results 1 – 1 of 1) sorted by relevance
411 TreeSet<PostRecord> combinedHistory = new TreeSet<>(group.postBatchHistory); in getPriorityConversationAlertOverride() local414 combinedHistory.addAll(importantChildGroup.postBatchHistory); in getPriorityConversationAlertOverride()416 trimPostBatchHistory(combinedHistory); in getPriorityConversationAlertOverride()428 for (PostRecord record : combinedHistory.descendingSet()) { in getPriorityConversationAlertOverride()