Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationLoggerViewModel.kt21 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
30 activeNotificationsInteractor: ActiveNotificationsInteractor,
DNotificationListViewModel.kt23 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor in <lambda>()
58 activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModel.kt23 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor in <lambda>()
44 activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
120 activeNotificationsInteractor: Provider<ActiveNotificationsInteractor>, in provideOptional()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DNotificationVisibilityProviderImpl.kt25 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
35 private val activeNotificationsInteractor: ActiveNotificationsInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModel.kt29 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor in <lambda>()
84 private val notificationsInteractor: ActiveNotificationsInteractor,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorKosmos.kt25 ActiveNotificationsInteractor(activeNotificationListRepository, testDispatcher) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt28 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
48 private val activeNotificationsInteractor: ActiveNotificationsInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt24 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor in <lambda>()
42 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt30 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor in <lambda>()
55 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt35 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor in <lambda>()
54 activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DShadeControllerImplTest.kt39 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
96 ActiveNotificationsInteractor(activeNotificationsRepository, testDispatcher), in <lambda>()
DQuickSettingsControllerImplBaseTest.java73 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor;
169 protected ActiveNotificationsInteractor mActiveNotificationsInteractor;
237 mActiveNotificationsInteractor = new ActiveNotificationsInteractor( in setup()
DNotificationPanelViewControllerBaseTest.java158 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor;
352 @Mock protected ActiveNotificationsInteractor mActiveNotificationsInteractor;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java63 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor;
123 private final ActiveNotificationsInteractor mActiveNotificationsInteractor =
124 new ActiveNotificationsInteractor(mActiveNotificationListRepository,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinatorTest.kt34 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
66 @Mock private lateinit var activeNotificationsInteractor: ActiveNotificationsInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt30 class ActiveNotificationsInteractor in <lambda>() class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt51 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
100 ActiveNotificationsInteractor(activeNotificationsRepository, StandardTestDispatcher())
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationsListInteractorTest.kt42 ActiveNotificationsInteractor(notifsRepository, backgroundDispatcher) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt37 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
74 ActiveNotificationsInteractor(activeNotificationsRepository, testDispatcher)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java91 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor;
164 private final ActiveNotificationsInteractor mActiveNotificationsInteractor =
165 new ActiveNotificationsInteractor(mActiveNotificationListRepository,
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java90 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor;
160 private final ActiveNotificationsInteractor mActiveNotificationsInteractor;
335 ActiveNotificationsInteractor activeNotificationsInteractor, in QuickSettingsControllerImpl()
DNotificationPanelViewController.java196 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor;
614 private final ActiveNotificationsInteractor mActiveNotificationsInteractor;
781 ActiveNotificationsInteractor activeNotificationsInteractor, in NotificationPanelViewController()