Searched refs:conversationNotifications (Results 1 – 1 of 1) sorted by relevance
1671 final Set<Integer> conversationNotifications = sConversationNotificationMap.get(key); in cancelConversationNotifications() local1672 if (conversationNotifications != null) { in cancelConversationNotifications()1673 for (Integer conversationNotification : conversationNotifications) { in cancelConversationNotifications()