Home
last modified time | relevance | path

Searched refs:setActiveNotifList (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinatorTest.kt69 verify(notifLiveDataStoreImpl).setActiveNotifList(eq(listOf(entry)))
93 verify(notifLiveDataStoreImpl).setActiveNotifList(capture())
113 verify(notifLiveDataStoreImpl).setActiveNotifList(eq(listOf()))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreImplTest.kt60 liveDataStoreImpl.setActiveNotifList(listOf(entry1, entry2))
81 liveDataStoreImpl.setActiveNotifList(mutableInputList)
102 liveDataStoreImpl.setActiveNotifList(mutableListOf(entry1, entry2))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinator.kt48 notifLiveDataStoreImpl.setActiveNotifList(flatEntryList)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreImpl.kt56 fun setActiveNotifList(flatEntryList: List<NotificationEntry>) { regex