Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryProtoHelperTest.java91 history.poolStringsFromNotifications(); in testReadWriteNotifications()
155 history.poolStringsFromNotifications(); in testReadNotificationsWithPkgFilter()
197 history.poolStringsFromNotifications(); in testReadNotificationsWithNumberFilter()
232 history.poolStringsFromNotifications(); in testReadNotificationsWithNumberFilter_preExistingNotifs()
249 history.poolStringsFromNotifications(); in testReadNotificationsWithNumberFilter_preExistingNotifs()
287 history.poolStringsFromNotifications(); in testReadMergeIntoExistingHistory()
305 actualHistory.poolStringsFromNotifications(); in testReadMergeIntoExistingHistory()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationHistory.java309 public void poolStringsFromNotifications() { in poolStringsFromNotifications() method in NotificationHistory
350 poolStringsFromNotifications(); in addNotificationsToWrite()
362 poolStringsFromNotifications(); in removeNotificationsFromWrite()
379 poolStringsFromNotifications(); in removeNotificationFromWrite()
400 poolStringsFromNotifications(); in removeConversationsFromWrite()
420 poolStringsFromNotifications(); in removeChannelFromWrite()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java173 history.poolStringsFromNotifications(); in testPoolStringsFromNotifications()
241 history.poolStringsFromNotifications(); in testRemoveNotificationsFromWrite()
278 history.poolStringsFromNotifications(); in testRemoveNotificationFromWrite()
317 history.poolStringsFromNotifications(); in testRemoveConversationNotificationFromWrite()
356 history.poolStringsFromNotifications(); in testRemoveChannelFromWrite()
383 history.poolStringsFromNotifications(); in testParceling()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java319 notifications.poolStringsFromNotifications(); in read()