Home
last modified time | relevance | path

Searched defs:activeNotificationsInteractor (Results 1 – 15 of 15) sorted by relevance

/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/provider/
DNotificationVisibilityProviderImpl.kt35 private val activeNotificationsInteractor: ActiveNotificationsInteractor, constant in com.android.systemui.statusbar.notification.collection.provider.NotificationVisibilityProviderImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt43 private val activeNotificationsInteractor: ActiveNotificationsInteractor, constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt41 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant in com.android.systemui.statusbar.notification.icon.domain.interactor.NotificationIconsInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinatorTest.kt58 private val activeNotificationsInteractor: ActiveNotificationsInteractor = mock() constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt58 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt73 private val activeNotificationsInteractor = kosmos.activeNotificationsInteractor constant in com.android.systemui.scene.domain.interactor.WindowRootViewVisibilityInteractorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/notification/domain/interactor/
DStatusBarNotificationChipsInteractor.kt58 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant in com.android.systemui.statusbar.chips.notification.domain.interactor.StatusBarNotificationChipsInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/domain/interactor/
DPromotedNotificationsInteractor.kt52 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant in com.android.systemui.statusbar.notification.promoted.domain.interactor.PromotedNotificationsInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerWithScenesTest.kt140 private val activeNotificationsInteractor = kosmos.activeNotificationsInteractor in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeDisplaysInteractor.kt71 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant in com.android.systemui.shade.domain.interactor.ShadeDisplaysInteractor
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt127 val activeNotificationsInteractor by lazy { kosmos.activeNotificationsInteractor } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt67 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java306 public QuickSettingsControllerImpl( in QuickSettingsControllerImpl()
DNotificationPanelViewController.java570 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()