Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.kt101 private val unseenNotifications = mutableSetOf<NotificationEntry>() in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
147 unseenNotifications.removeAll(notificationsSeenWhileLocked) in <lambda>()
150 remainingUnseenCount = unseenNotifications.size in <lambda>()
234 logger.logTrackingLockscreenSeenDuration(unseenNotifications) in <lambda>()
235 unseenNotifications.forEach { entry -> in <lambda>()
259 unseenNotifications.clear() in <lambda>()
267 .forEach { unseenNotifications.remove(it) } in <lambda>()
271 unseenNotifications.remove(entry) in <lambda>()
329 unseenNotifications.add(entry) in <lambda>()
339 unseenNotifications.add(entry) in <lambda>()
[all …]
DKeyguardCoordinatorLogger.kt114 fun logTrackingLockscreenSeenDuration(unseenNotifications: Set<NotificationEntry>) { in logTrackingLockscreenSeenDuration()
119 str1 = unseenNotifications.joinToString { it.key } in logTrackingLockscreenSeenDuration()
120 int1 = unseenNotifications.size in logTrackingLockscreenSeenDuration()