/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinatorTest.kt | 66 @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/ |
D | NotificationListLoggerViewModelKosmos.kt | 22 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor 28 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
|
D | WindowRootViewVisibilityInteractorKosmos.kt | 27 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor 37 activeNotificationsInteractor = activeNotificationsInteractor, in <lambda>()
|
D | NotificationListViewModelKosmos.kt | 25 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/ |
D | FooterViewModelKosmos.kt | 23 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/ |
D | KeyguardClockInteractorKosmos.kt | 24 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/ |
D | NotificationLoggerViewModel.kt | 30 activeNotificationsInteractor: ActiveNotificationsInteractor, 35 activeNotificationsInteractor.allRepresentativeNotifications.map { it.values.toList() } in <lambda>() 38 activeNotificationsInteractor.activeNotificationRanks
|
D | NotificationListViewModel.kt | 58 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/ |
D | NotificationIconsInteractorKosmos.kt | 27 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/ |
D | FooterViewModel.kt | 44 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/ |
D | NotificationVisibilityProviderKosmos.kt | 23 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/ |
D | NotificationVisibilityProviderImpl.kt | 35 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/ |
D | KeyguardClockInteractor.kt | 54 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/ |
D | ActiveNotificationsInteractorKosmos.kt | 23 val Kosmos.activeNotificationsInteractor by constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinator.kt | 48 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/ |
D | NotificationIconsInteractor.kt | 42 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/ |
D | WindowRootViewVisibilityInteractor.kt | 55 private val activeNotificationsInteractor: ActiveNotificationsInteractor, in <lambda>() constant 160 activeNotificationsInteractor.allNotificationsCountValue in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerWithScenesTest.kt | 67 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/ |
D | BackActionInteractorTest.kt | 99 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/ |
D | ActiveNotificationsInteractorTest.kt | 44 private val underTest = kosmos.activeNotificationsInteractor
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
D | WindowRootViewVisibilityInteractorTest.kt | 73 private val activeNotificationsInteractor = constant 83 activeNotificationsInteractor,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | CollapsedStatusBarViewModelImplTest.kt | 52 import com.android.systemui.statusbar.notification.domain.interactor.activeNotificationsInteractor 82 kosmos.activeNotificationsInteractor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 335 ActiveNotificationsInteractor activeNotificationsInteractor, in QuickSettingsControllerImpl() 384 mActiveNotificationsInteractor = activeNotificationsInteractor; in QuickSettingsControllerImpl()
|
D | NotificationPanelViewController.java | 781 ActiveNotificationsInteractor activeNotificationsInteractor, in NotificationPanelViewController() 816 mActiveNotificationsInteractor = activeNotificationsInteractor; in NotificationPanelViewController()
|