/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationLoggerViewModel.kt | 21 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor 30 activeNotificationsInteractor: ActiveNotificationsInteractor,
|
D | NotificationListViewModel.kt | 23 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/ |
D | FooterViewModel.kt | 23 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/ |
D | NotificationVisibilityProviderImpl.kt | 25 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/ |
D | CollapsedStatusBarViewModel.kt | 29 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/ |
D | ActiveNotificationsInteractorKosmos.kt | 25 ActiveNotificationsInteractor(activeNotificationListRepository, testDispatcher) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinator.kt | 28 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/ |
D | NotificationIconsInteractor.kt | 24 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/ |
D | WindowRootViewVisibilityInteractor.kt | 30 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/ |
D | KeyguardClockInteractor.kt | 35 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/ |
D | ShadeControllerImplTest.kt | 39 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor 96 ActiveNotificationsInteractor(activeNotificationsRepository, testDispatcher), in <lambda>()
|
D | QuickSettingsControllerImplBaseTest.java | 73 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor; 169 protected ActiveNotificationsInteractor mActiveNotificationsInteractor; 237 mActiveNotificationsInteractor = new ActiveNotificationsInteractor( in setup()
|
D | NotificationPanelViewControllerBaseTest.java | 158 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/ |
D | NotificationLoggerTest.java | 63 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/ |
D | StackCoordinatorTest.kt | 34 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/ |
D | ActiveNotificationsInteractor.kt | 30 class ActiveNotificationsInteractor in <lambda>() class
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/ |
D | BackActionInteractorTest.kt | 51 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/ |
D | RenderNotificationsListInteractorTest.kt | 42 ActiveNotificationsInteractor(notifsRepository, backgroundDispatcher) in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
D | WindowRootViewVisibilityInteractorTest.kt | 37 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/ |
D | NotificationGutsManagerTest.java | 91 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/ |
D | QuickSettingsControllerImpl.java | 90 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor; 160 private final ActiveNotificationsInteractor mActiveNotificationsInteractor; 335 ActiveNotificationsInteractor activeNotificationsInteractor, in QuickSettingsControllerImpl()
|
D | NotificationPanelViewController.java | 196 import com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor; 614 private final ActiveNotificationsInteractor mActiveNotificationsInteractor; 781 ActiveNotificationsInteractor activeNotificationsInteractor, in NotificationPanelViewController()
|