Searched refs:HistoricalNotificationPreference (Results 1 – 1 of 1) sorted by relevance
231 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 NotificationStation677 public HistoricalNotificationPreference(Context context, HistoricalNotificationInfo info, in HistoricalNotificationPreference() method in NotificationStation.HistoricalNotificationPreference