Searched refs:setActiveNotifList (Results 1 – 4 of 4) sorted by relevance
69 verify(notifLiveDataStoreImpl).setActiveNotifList(eq(listOf(entry)))93 verify(notifLiveDataStoreImpl).setActiveNotifList(capture())113 verify(notifLiveDataStoreImpl).setActiveNotifList(eq(listOf()))
60 liveDataStoreImpl.setActiveNotifList(listOf(entry1, entry2))81 liveDataStoreImpl.setActiveNotifList(mutableInputList)102 liveDataStoreImpl.setActiveNotifList(mutableListOf(entry1, entry2))
48 notifLiveDataStoreImpl.setActiveNotifList(flatEntryList)
56 fun setActiveNotifList(flatEntryList: List<NotificationEntry>) { regex