Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java275 private void trimPostBatchHistory(@NonNull TreeSet<PostRecord> postBatchHistory) { in trimPostBatchHistory()
924 public final TreeSet<PostRecord> postBatchHistory = new TreeSet<>(); field in NotificationGroupManagerLegacy.NotificationGroup