Searched refs:unseenNotifications (Results 1 – 2 of 2) sorted by relevance
101 private val unseenNotifications = mutableSetOf<NotificationEntry>() in <lambda>() constant147 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 …]
114 fun logTrackingLockscreenSeenDuration(unseenNotifications: Set<NotificationEntry>) { in logTrackingLockscreenSeenDuration()119 str1 = unseenNotifications.joinToString { it.key } in logTrackingLockscreenSeenDuration()120 int1 = unseenNotifications.size in logTrackingLockscreenSeenDuration()