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.java94 private final Map<ConversationKey, NotificationCompat.Builder> mNotificationBuilders = field in BaseNotificationDelegate
130 mNotificationBuilders.entrySet().removeIf(entry -> predicate.test(entry.getKey())); in cleanupMessagesAndNotifications()
189 boolean newNotification = !mNotificationBuilders.containsKey(conversationKey); in postNotification()
192 mContext, channelId) : mNotificationBuilders.get( in postNotification()
275 mNotificationBuilders.put(conversationKey, builder); in postNotification()