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/
DNotificationStation.java63 private static class HistoricalNotificationInfo { class in NotificationStation
105 private final Comparator<HistoricalNotificationInfo> mNotificationSorter
106 = 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 …]