Searched refs:HistoricalNotificationInfo (Results 1 – 2 of 2) sorted by relevance
77 private static class HistoricalNotificationInfo { class in NotificationStation146 private final Comparator<HistoricalNotificationInfo> mNotificationSorter147 = 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 …]