Searched defs:HistoricalNotificationInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DNotificationStation.java92 private final Comparator<HistoricalNotificationInfo> mNotificationSorter
93 = new Comparator<HistoricalNotificationInfo>() {
95 public int compare(HistoricalNotificationInfo lhs,
96 HistoricalNotificationInfo rhs) {
170 List<HistoricalNotificationInfo> infos = loadNotifications();
184 private static class HistoricalNotificationInfo { class in class:NotificationStation
196 private List<HistoricalNotificationInfo> loadNotifications() {
202 List<HistoricalNotificationInfo> list
203 = new ArrayList<HistoricalNotificationInfo>(active.length + dismissed.length);
208 final HistoricalNotificationInfo inf
[all...]

Completed in 30 milliseconds