Home
last modified time | relevance | path

Searched refs:HistoricalNotificationInfo (Results 1 – 1 of 1) 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 …]