Home
last modified time | relevance | path

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

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMapMessageMonitor.java140 NotificationInfo notificationInfo = mNotificationInfos.get(senderKey); in updateNotificationInfo() local
184 private void updateNotificationFor(SenderKey senderKey, NotificationInfo notificationInfo) { in updateNotificationFor()
261 private Intent getPlayMessageIntent(SenderKey senderKey, NotificationInfo notificationInfo) { in getPlayMessageIntent()
283 NotificationInfo notificationInfo) { in getActionsFor()
320 NotificationInfo notificationInfo) { in buildIntentFor()
336 NotificationInfo notificationInfo = mNotificationInfos.get(senderKey); in playMessages() local
385 NotificationInfo notificationInfo = mNotificationInfos.get(senderKey); in toggleMuteConversation() local
400 NotificationInfo notificationInfo = mNotificationInfos.get(senderKey); in sendAutoReply() local
/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeInfo.java113 public void setNotificationToShow(@Nullable NotificationInfo notificationInfo) { in setNotificationToShow()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java188 NotificationInfo notificationInfo = null; in updateBadgeIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java109 public void addNotificationInfo(final NotificationInfo notificationInfo) { in addNotificationInfo()