Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java231 getPreferenceScreen().addPreference(new HistoricalNotificationPreference( in populateNotifications()
245 ((HistoricalNotificationPreference) getPreferenceScreen().findPreference( in markNotificationAsDismissed()
266 ((HistoricalNotificationPreference) getPreferenceScreen().findPreference( in addOrUpdateNotification()
274 getPreferenceScreen().addPreference(new HistoricalNotificationPreference( in addOrUpdateNotification()
286 final HistoricalNotificationPreference p = in updateNotificationsFromRanking()
287 (HistoricalNotificationPreference) getPreferenceScreen().getPreference(i); in updateNotificationsFromRanking()
292 ((HistoricalNotificationPreference) getPreferenceScreen().findPreference( in updateNotificationsFromRanking()
671 private static class HistoricalNotificationPreference extends Preference { class in NotificationStation
677 public HistoricalNotificationPreference(Context context, HistoricalNotificationInfo info, in HistoricalNotificationPreference() method in NotificationStation.HistoricalNotificationPreference
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java223 new HistoricalNotificationPreference(getPrefContext(), infos.get(i))); in refreshList()
597 private static class HistoricalNotificationPreference extends Preference { class in NotificationStation
601 public HistoricalNotificationPreference(Context context, HistoricalNotificationInfo info) { in HistoricalNotificationPreference() method in NotificationStation.HistoricalNotificationPreference