Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java287 long batchStartTime = postBatchHistory.last().postTime - POST_BATCH_MAX_AGE; in trimPostBatchHistory() local
288 while (!postBatchHistory.isEmpty() && postBatchHistory.first().postTime < batchStartTime) { in trimPostBatchHistory()