Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt129 collectionListener = withArgCaptor {
283 collectionListener.onEntryAdded(entry)
290 collectionListener.onEntryAdded(entry)
300 collectionListener.onEntryAdded(entry)
313 collectionListener.onEntryAdded(entry)
364 collectionListener.onEntryAdded(entry)
380 collectionListener.onEntryAdded(entry)
393 collectionListener.onEntryAdded(entry)
410 collectionListener.onEntryAdded(entry)
773 collectionListener.onRankingApplied()
[all …]
H A DKeyguardCoordinatorTest.kt107 collectionListener.onEntryAdded(fakeEntry)
132 collectionListener.onEntryAdded(fakeEntry)
157 collectionListener.onEntryAdded(fakeEntry)
195 collectionListener.onEntryAdded(fakeEntry)
219 collectionListener.onEntryAdded(fakeEntry)
456 collectionListener.onEntryAdded(entry)
468 collectionListener.onEntryAdded(entry)
507 collectionListener.onEntryAdded(entry)
519 collectionListener.onEntryAdded(entry)
558 collectionListener.onEntryAdded(entry)
[all …]
H A DSmartspaceDedupingCoordinatorTest.kt66 private lateinit var collectionListener: NotifCollectionListener
108 collectionListener = withArgCaptor {
359 collectionListener.onEntryAdded(entry)
366 collectionListener.onEntryUpdated(entry)
373 collectionListener.onEntryRemoved(entry, 0)
H A DRemoteInputCoordinatorTest.kt54 private lateinit var collectionListener: NotifCollectionListener
87 collectionListener = withArgCaptor {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt59 pipeline.addCollectionListener(collectionListener)
76 private val collectionListener = object : NotifCollectionListener { regex
H A DKeyguardCoordinator.kt108 pipeline.addCollectionListener(collectionListener)
299 private val collectionListener = regex