Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java56 private List<NotificationInfo> mNotificationInfos = new ArrayList<>(); field in NotificationItemView
148 mNotificationInfos.clear(); in applyNotificationInfos()
152 mNotificationInfos.addAll(notificationInfos); in applyNotificationInfos()
169 if (currentMainNotificationInfo == mNotificationInfos.get(i) && i + 1 < size) { in trimNotifications()
170 nextNotification = mNotificationInfos.get(i + 1); in trimNotifications()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java119 private LinkedList<HistoricalNotificationInfo> mNotificationInfos; field in NotificationStation
174 mNotificationInfos = new LinkedList<>(); in onAttach()
224 final int N = mNotificationInfos.size(); in populateNotifications()
232 getPrefContext(), mNotificationInfos.get(i), i)); in populateNotifications()
240 final int N = mNotificationInfos.size(); in markNotificationAsDismissed()
242 final HistoricalNotificationInfo info = mNotificationInfos.get(i); in markNotificationAsDismissed()
259 final int N = mNotificationInfos.size(); in addOrUpdateNotification()
261 final HistoricalNotificationInfo info = mNotificationInfos.get(i); in addOrUpdateNotification()
273 mNotificationInfos.addFirst(newInfo); in addOrUpdateNotification()
275 getPrefContext(), mNotificationInfos.peekFirst(), in addOrUpdateNotification()
[all …]
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java88 protected final Map<ConversationKey, ConversationNotificationInfo> mNotificationInfos = field in BaseNotificationDelegate
132 mNotificationInfos.entrySet().removeIf(entry -> predicate.test(entry.getKey())); in cleanupMessagesAndNotifications()
143 mNotificationInfos.forEach((conversationKey, notificationInfo) -> { in clearNotifications()
160 ConversationNotificationInfo info = mNotificationInfos.get(convoKey); in excludeFromNotification()
176 ConversationNotificationInfo notificationInfo = mNotificationInfos.get(convoKey); in addMessageToNotificationInfo()