Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java262 NotificationHistory mergedHistory = new NotificationHistory(); in readNotificationHistory() local
264 return mergedHistory; in readNotificationHistory()
273 mergedHistory.addNotificationsToWrite(userHistory.readNotificationHistory()); in readNotificationHistory()
275 return mergedHistory; in readNotificationHistory()