Searched refs:mNotificationBuilders (Results 1 – 1 of 1) sorted by relevance
95 private final Map<ConversationKey, NotificationCompat.Builder> mNotificationBuilders = field in BaseNotificationDelegate131 mNotificationBuilders.entrySet().removeIf(entry -> predicate.test(entry.getKey())); in cleanupMessagesAndNotifications()190 boolean newNotification = !mNotificationBuilders.containsKey(conversationKey); in postNotification()193 mContext, channelId) : mNotificationBuilders.get( in postNotification()279 mNotificationBuilders.put(conversationKey, builder); in postNotification()