Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java321 notifications.addPooledStrings(stringPool); in read()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationHistory.java301 public void addPooledStrings(@NonNull List<String> strings) { in addPooledStrings() method in NotificationHistory
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java203 history.addPooledStrings(expectedStrings); in testAddPooledStrings()