Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractor.kt31 private val notificationListRepository: ActiveNotificationListRepository, constant in com.android.systemui.statusbar.notification.domain.interactor.SeenNotificationsInteractor
35 notificationListRepository.hasFilteredOutSeenNotifications
39 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
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractorKosmos.kt25 notificationListRepository = activeNotificationListRepository, in <lambda>()