Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java453 private NotificationHistory mNotificationHistory; field in NotificationHistoryDatabase.RemoveNotificationRunnable
462 mNotificationHistory = nh; in setNotificationHistory()
476 NotificationHistory notificationHistory = mNotificationHistory != null in run()
477 ? mNotificationHistory in run()
496 private NotificationHistory mNotificationHistory; field in NotificationHistoryDatabase.RemoveConversationRunnable
505 mNotificationHistory = nh; in setNotificationHistory()
519 NotificationHistory notificationHistory = mNotificationHistory != null in run()
520 ? mNotificationHistory in run()
540 private NotificationHistory mNotificationHistory; field in NotificationHistoryDatabase.RemoveChannelRunnable
549 mNotificationHistory = nh; in setNotificationHistory()
[all …]