Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java388 private NotificationHistory mNotificationHistory; field in NotificationHistoryDatabase.RemoveNotificationRunnable
397 mNotificationHistory = nh; in setNotificationHistory()
411 NotificationHistory notificationHistory = mNotificationHistory != null in run()
412 ? mNotificationHistory in run()
431 private NotificationHistory mNotificationHistory; field in NotificationHistoryDatabase.RemoveConversationRunnable
440 mNotificationHistory = nh; in setNotificationHistory()
454 NotificationHistory notificationHistory = mNotificationHistory != null in run()
455 ? mNotificationHistory in run()
475 private NotificationHistory mNotificationHistory; field in NotificationHistoryDatabase.RemoveChannelRunnable
484 mNotificationHistory = nh; in setNotificationHistory()
[all …]