Searched refs:collectionListener (Results 1 – 8 of 8) sorted by relevance
79 private lateinit var collectionListener: NotifCollectionListener in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest129 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 …]
104 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 …]
43 private lateinit var collectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.NotificationStatsLoggerCoordinatorTest52 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()
66 private lateinit var collectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinatorTest108 collectionListener = withArgCaptor { in setUp()359 collectionListener.onEntryAdded(entry) in addEntries()366 collectionListener.onEntryUpdated(entry) in updateEntries()373 collectionListener.onEntryRemoved(entry, 0) in removeEntries()
62 private lateinit var collectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.RemoteInputCoordinatorTest
33 private val collectionListener = constant49 pipeline.addCollectionListener(collectionListener) in attach()
59 pipeline.addCollectionListener(collectionListener) in <lambda>()76 private val collectionListener = object : NotifCollectionListener { in <lambda>() constant
121 pipeline.addCollectionListener(collectionListener) in <lambda>()322 private val collectionListener = in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator