Home
last modified time | relevance | path

Searched defs:notificationHistory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java411 NotificationHistory notificationHistory = mNotificationHistory != null in run() local
454 NotificationHistory notificationHistory = mNotificationHistory != null in run() local
498 NotificationHistory notificationHistory = mNotificationHistory != null in run() local
/frameworks/base/core/java/android/app/
DNotificationHistory.java344 public void addNotificationsToWrite(@NonNull NotificationHistory notificationHistory) { in addNotificationsToWrite()