Searched refs:notificationListRepository (Results 1 – 2 of 2) sorted by relevance
31 private val notificationListRepository: ActiveNotificationListRepository, constant in com.android.systemui.statusbar.notification.domain.interactor.SeenNotificationsInteractor35 notificationListRepository.hasFilteredOutSeenNotifications39 notificationListRepository.hasFilteredOutSeenNotifications.value = value in setHasFilteredOutSeenNotifications()45 notificationListRepository.topOngoingNotificationKey.value = entry?.key in setTopOngoingNotification()52 entry != null && notificationListRepository.topOngoingNotificationKey.value == entry.key in isTopOngoingNotification()57 notificationListRepository.topUnseenNotificationKey.value = entry?.key in isTopOngoingNotification()63 else entry != null && notificationListRepository.topUnseenNotificationKey.value == entry.key
25 notificationListRepository = activeNotificationListRepository, in <lambda>()