Home
last modified time | relevance | path

Searched refs:HistoricalNotificationInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java79 private static class HistoricalNotificationInfo { class in NotificationStation
101 public void updateFrom(HistoricalNotificationInfo updatedInfo) { in updateFrom()
119 private LinkedList<HistoricalNotificationInfo> mNotificationInfos;
163 private final Comparator<HistoricalNotificationInfo> mNotificationSorter
242 final HistoricalNotificationInfo info = mNotificationInfos.get(i); in markNotificationAsDismissed()
257 HistoricalNotificationInfo newInfo = createFromSbn(sbn, true); in addOrUpdateNotification()
261 final HistoricalNotificationInfo info = mNotificationInfos.get(i); in addOrUpdateNotification()
288 final HistoricalNotificationInfo info = mNotificationInfos.get(i); in updateNotificationsFromRanking()
345 private Drawable loadIcon(HistoricalNotificationInfo info, StatusBarNotification sbn) { in loadIcon()
380 List<HistoricalNotificationInfo> list in loadNotifications()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java77 private static class HistoricalNotificationInfo { class in NotificationStation
146 private final Comparator<HistoricalNotificationInfo> mNotificationSorter
147 = new Comparator<HistoricalNotificationInfo>() {
149 public int compare(HistoricalNotificationInfo lhs,
150 HistoricalNotificationInfo rhs) {
212 List<HistoricalNotificationInfo> infos = loadNotifications(); in refreshList()
268 private List<HistoricalNotificationInfo> loadNotifications() { in loadNotifications()
276 List<HistoricalNotificationInfo> list in loadNotifications()
277 = new ArrayList<HistoricalNotificationInfo>(active.length + dismissed.length); in loadNotifications()
287 final HistoricalNotificationInfo info = new HistoricalNotificationInfo(); in loadNotifications()
[all …]