Home
last modified time | relevance | path

Searched refs:mNotificationBuilders (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java95 private final Map<ConversationKey, NotificationCompat.Builder> mNotificationBuilders = field in BaseNotificationDelegate
131 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()