Home
last modified time | relevance | path

Searched refs:collectionListener (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt79 private lateinit var collectionListener: NotifCollectionListener in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest
129 collectionListener = withArgCaptor { in <lambda>()
236 collectionListener.onEntryRemoved(entry, /* reason = */ 0) in <lambda>()
251 collectionListener.onEntryRemoved(entry, /* reason = */ 0) in <lambda>()
283 collectionListener.onEntryAdded(entry) in <lambda>()
290 collectionListener.onEntryAdded(entry) in <lambda>()
300 collectionListener.onEntryAdded(entry) in <lambda>()
313 collectionListener.onEntryAdded(entry) in <lambda>()
364 collectionListener.onEntryAdded(entry) in <lambda>()
380 collectionListener.onEntryAdded(entry) in <lambda>()
[all …]
DKeyguardCoordinatorTest.kt104 collectionListener.onEntryAdded(fakeEntry) in unseenFilterSuppressesSeenNotifWhileKeyguardShowing()
129 collectionListener.onEntryAdded(fakeEntry) in unseenFilterStopsMarkingSeenNotifWhenTransitionToAod()
158 collectionListener.onEntryAdded(fakeEntry) in unseenFilter_headsUpMarkedAsSeen()
200 collectionListener.onEntryAdded(fakeEntry) in unseenFilterDoesNotSuppressSeenOngoingNotifWhileKeyguardShowing()
224 collectionListener.onEntryAdded(fakeEntry) in unseenFilterDoesNotSuppressSeenMediaNotifWhileKeyguardShowing()
242 collectionListener.onEntryAdded(fakeEntry) in unseenFilterUpdatesSeenProviderWhenSuppressing()
267 collectionListener.onEntryAdded(fakeEntry) in unseenFilterInvalidatesWhenSettingChanges()
301 collectionListener.onEntryAdded(fakeEntry) in unseenFilterAllowsNewNotif()
323 collectionListener.onEntryAdded(fakeSummary) in unseenFilterSeenGroupSummaryWithUnseenChild()
324 collectionListener.onEntryAdded(fakeChild) in unseenFilterSeenGroupSummaryWithUnseenChild()
[all …]
DNotificationStatsLoggerCoordinatorTest.kt43 private lateinit var collectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.NotificationStatsLoggerCoordinatorTest
52 collectionListener = withArgCaptor { verify(pipeline).addCollectionListener(capture()) } in attachPipeline()
57 collectionListener.onEntryRemoved(mockEntry("key"), REASON_CANCEL) in onEntryAdded_loggerCalled()
64 collectionListener.onEntryUpdated(mockEntry("key")) in onEntryRemoved_loggerCalled()
DSmartspaceDedupingCoordinatorTest.kt66 private lateinit var collectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinatorTest
108 collectionListener = withArgCaptor { in setUp()
359 collectionListener.onEntryAdded(entry) in addEntries()
366 collectionListener.onEntryUpdated(entry) in updateEntries()
373 collectionListener.onEntryRemoved(entry, 0) in removeEntries()
DRemoteInputCoordinatorTest.kt62 private lateinit var collectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.RemoteInputCoordinatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DNotificationStatsLoggerCoordinator.kt33 private val collectionListener = constant
49 pipeline.addCollectionListener(collectionListener) in attach()
DSmartspaceDedupingCoordinator.kt59 pipeline.addCollectionListener(collectionListener) in <lambda>()
76 private val collectionListener = object : NotifCollectionListener { in <lambda>() constant
DKeyguardCoordinator.kt121 pipeline.addCollectionListener(collectionListener) in <lambda>()
322 private val collectionListener = in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator