Home
last modified time | relevance | path

Searched refs:HistoricalNotificationInfo (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java77 private static class HistoricalNotificationInfo { class in NotificationStation
146 private final Comparator<HistoricalNotificationInfo> mNotificationSorter
147 = 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 …]
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java77 private static class HistoricalNotificationInfo { class in NotificationStation
146 private final Comparator<HistoricalNotificationInfo> mNotificationSorter
147 = 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 …]