Home
last modified time | relevance | path

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

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java186 NotificationInfo notificationInfo = mNotificationInfos.get(senderKey); in sendMessage() local
251 mNotificationInfos.forEach((senderKey, notificationInfo) -> { in clearNotifications() argument
286 NotificationInfo notificationInfo = mNotificationInfos.get(senderKey); in updateNotification() local
293 NotificationInfo notificationInfo) { in updateNotificationWithIcon()
338 private void postNotification(SenderKey senderKey, NotificationInfo notificationInfo) { in postNotification()
345 SenderKey senderKey, NotificationInfo notificationInfo) { in createNotification()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java155 mNotificationInfos.forEach((conversationKey, notificationInfo) -> { in clearNotifications() argument
171 ConversationNotificationInfo notificationInfo = mNotificationInfos.get(convoKey); in addMessageToNotificationInfo() local
183 ConversationNotificationInfo notificationInfo, String channelId) { in postNotification()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java111 public void addNotificationInfo(final NotificationInfo notificationInfo) { in addNotificationInfo()