Searched refs:senderAddressesSet (Results 1 – 1 of 1) sorted by relevance
1014 final HashSet<String> senderAddressesSet = new HashSet<String>(); in configureLatestEventInfoFromConversation() local1045 addEmailAddressToSet(fromAddress, senderAddressesSet); in configureLatestEventInfoFromConversation()1052 addEmailAddressToSet(message.getFrom(), senderAddressesSet); in configureLatestEventInfoFromConversation() local1133 tagNotificationsWithPeople(notificationBuilder, senderAddressesSet); in configureLatestEventInfoFromConversation()1203 final HashSet<String> senderAddressesSet = new HashSet<String>(); in configureNotifForOneConversation() local1230 addEmailAddressToSet(fromAddress, senderAddressesSet); in configureNotifForOneConversation()1241 addEmailAddressToSet(message.getFrom(), senderAddressesSet); in configureNotifForOneConversation() local1321 tagNotificationsWithPeople(notificationBuilder, senderAddressesSet); in configureNotifForOneConversation()1340 HashSet<String> senderAddressesSet) { in tagNotificationsWithPeople() argument1341 for (final String sender : senderAddressesSet) { in tagNotificationsWithPeople()[all …]