Searched refs:HistoricalNotificationInfo (Results 1 – 1 of 1) sorted by relevance
63 private static class HistoricalNotificationInfo { class in NotificationStation105 private final Comparator<HistoricalNotificationInfo> mNotificationSorter106 = new Comparator<HistoricalNotificationInfo>() {108 public int compare(HistoricalNotificationInfo lhs,109 HistoricalNotificationInfo rhs) {165 List<HistoricalNotificationInfo> infos = loadNotifications(); in refreshList()180 private List<HistoricalNotificationInfo> loadNotifications() { in loadNotifications()188 List<HistoricalNotificationInfo> list in loadNotifications()189 = new ArrayList<HistoricalNotificationInfo>(active.length + dismissed.length); in loadNotifications()194 final HistoricalNotificationInfo info = new HistoricalNotificationInfo(); in loadNotifications()[all …]