Home
last modified time | relevance | path

Searched defs:notificationInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java143 mNotificationInfos.forEach((conversationKey, notificationInfo) -> { in clearNotifications() argument
176 ConversationNotificationInfo notificationInfo = mNotificationInfos.get(convoKey); in addMessageToNotificationInfo() local
188 ConversationNotificationInfo notificationInfo, String channelId, in postNotification()