Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java146 private final Comparator<HistoricalNotificationInfo> mNotificationSorter field in NotificationStation
216 Collections.sort(infos, mNotificationSorter); in refreshList()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java163 private final Comparator<HistoricalNotificationInfo> mNotificationSorter field in NotificationStation
397 list.sort(mNotificationSorter); in loadNotifications()