Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java73 private static final long POST_BATCH_MAX_AGE = 5000; field in NotificationGroupManagerLegacy
279 long batchStartTime = postBatchHistory.last().postTime - POST_BATCH_MAX_AGE; in trimPostBatchHistory()