Searched refs:notificationHistory (Results 1 – 2 of 2) sorted by relevance
411 NotificationHistory notificationHistory = mNotificationHistory != null in run() local414 readLocked(af, notificationHistory, in run()416 if(notificationHistory.removeNotificationFromWrite(mPkg, mPostedTime)) { in run()417 writeLocked(af, notificationHistory); in run()454 NotificationHistory notificationHistory = mNotificationHistory != null in run() local457 readLocked(af, notificationHistory, in run()459 if (notificationHistory.removeConversationsFromWrite( in run()461 writeLocked(af, notificationHistory); in run()498 NotificationHistory notificationHistory = mNotificationHistory != null in run() local501 readLocked(af, notificationHistory, in run()[all …]
344 public void addNotificationsToWrite(@NonNull NotificationHistory notificationHistory) { in addNotificationsToWrite() argument345 for (HistoricalNotification hn : notificationHistory.getNotificationsToWrite()) { in addNotificationsToWrite()