Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinatorTest.kt66 @Mock private lateinit var activeNotificationsInteractor: ActiveNotificationsInteractor variable in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest
85 activeNotificationsInteractor, in setUp()
121 verifyZeroInteractions(activeNotificationsInteractor) in testSetNotificationStats_clearableAlerting()
132 verifyZeroInteractions(activeNotificationsInteractor) in testSetNotificationStats_isSensitiveStateActive_nonClearableAlerting()
141 verifyZeroInteractions(activeNotificationsInteractor) in testSetNotificationStats_clearableSilent()
152 verifyZeroInteractions(activeNotificationsInteractor) in testSetNotificationStats_isSensitiveStateActive_nonClearableSilent()
160 verify(activeNotificationsInteractor) in testSetNotificationStats_footerFlagOn_clearableAlerting()
175 verify(activeNotificationsInteractor) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableAlerting()
185 verify(activeNotificationsInteractor) in testSetNotificationStats_footerFlagOn_clearableSilent()
200 verify(activeNotificationsInteractor) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableSilent()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListLoggerViewModelKosmos.kt22 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
28 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
DWindowRootViewVisibilityInteractorKosmos.kt27 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
37 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
DNotificationListViewModelKosmos.kt25 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
41 activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelKosmos.kt23 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
28 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorKosmos.kt24 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
33 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationLoggerViewModel.kt30 activeNotificationsInteractor: ActiveNotificationsInteractor,
35 activeNotificationsInteractor.allRepresentativeNotifications.map { it.values.toList() } in <lambda>()
38 activeNotificationsInteractor.activeNotificationRanks
DNotificationListViewModel.kt58 activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
80 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
96 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
150 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
242 activeNotificationsInteractor.hasClearableAlertingNotifications.dumpWhileCollecting( in <lambda>()
252 activeNotificationsInteractor.hasNonClearableSilentNotifications.dumpWhileCollecting( in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorKosmos.kt27 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
50 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModel.kt44 activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
58 activeNotificationsInteractor.hasClearableNotifications in <lambda>()
120 activeNotificationsInteractor: Provider<ActiveNotificationsInteractor>, in provideOptional()
128 activeNotificationsInteractor.get(), in provideOptional()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/render/
DNotificationVisibilityProviderKosmos.kt23 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
28 activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DNotificationVisibilityProviderImpl.kt35 private val activeNotificationsInteractor: ActiveNotificationsInteractor, constant in com.android.systemui.statusbar.notification.collection.provider.NotificationVisibilityProviderImpl
57 activeNotificationsInteractor.allNotificationsCountValue in getLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt54 activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
81 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
107 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorKosmos.kt23 val Kosmos.activeNotificationsInteractor by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt48 private val activeNotificationsInteractor: ActiveNotificationsInteractor, constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinator
62 activeNotificationsInteractor.setNotifStats(notifStats) in onAfterRenderList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt42 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant in com.android.systemui.statusbar.notification.icon.domain.interactor.NotificationIconsInteractor
57 activeNotificationsInteractor.topLevelRepresentativeNotifications, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt55 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant
160 activeNotificationsInteractor.allNotificationsCountValue in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerWithScenesTest.kt67 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor in <lambda>()
125 private val activeNotificationsInteractor = kosmos.activeNotificationsInteractor in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationGutsManagerWithScenesTest
157 activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt99 private val activeNotificationsInteractor = constant in com.android.systemui.back.domain.interactor.BackActionInteractorTest
110 activeNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt44 private val underTest = kosmos.activeNotificationsInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt73 private val activeNotificationsInteractor = constant
83 activeNotificationsInteractor,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModelImplTest.kt52 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor
82 kosmos.activeNotificationsInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java335 ActiveNotificationsInteractor activeNotificationsInteractor, in QuickSettingsControllerImpl()
384 mActiveNotificationsInteractor = activeNotificationsInteractor; in QuickSettingsControllerImpl()
DNotificationPanelViewController.java781 ActiveNotificationsInteractor activeNotificationsInteractor, in NotificationPanelViewController()
816 mActiveNotificationsInteractor = activeNotificationsInteractor; in NotificationPanelViewController()