Searched refs:notificationsSeenWhileLocked (Results 1 – 1 of 1) sorted by relevance
136 val notificationsSeenWhileLocked = mutableSetOf<NotificationEntry>() in <lambda>() constant143 trackSeenNotificationsWhileLocked(notificationsSeenWhileLocked) in <lambda>()146 if (notificationsSeenWhileLocked.isNotEmpty()) { in <lambda>()147 unseenNotifications.removeAll(notificationsSeenWhileLocked) in <lambda>()149 seenCount = notificationsSeenWhileLocked.size, in <lambda>()152 notificationsSeenWhileLocked.clear() in <lambda>()167 notificationsSeenWhileLocked: MutableSet<NotificationEntry>, in <lambda>()172 if (notificationsSeenWhileLocked.remove(entry)) { in <lambda>()181 trackSeenNotificationsWhileLockedAndNotDozing(notificationsSeenWhileLocked) in <lambda>()192 notificationsSeenWhileLocked: MutableSet<NotificationEntry> in <lambda>()[all …]