Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.kt136 val notificationsSeenWhileLocked = mutableSetOf<NotificationEntry>() in <lambda>() constant
143 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 …]