Searched refs:notifLiveDataStoreImpl (Results 1 – 3 of 3) sorted by relevance
51 @Mock private lateinit var notifLiveDataStoreImpl: NotifLiveDataStoreImpl variable in com.android.systemui.statusbar.notification.collection.coordinator.DataStoreCoordinatorTest59 coordinator = DataStoreCoordinator(notifLiveDataStoreImpl) in setUp()69 verify(notifLiveDataStoreImpl).setActiveNotifList(eq(listOf(entry))) in testUpdateDataStore_withOneEntry()70 verifyNoMoreInteractions(notifLiveDataStoreImpl) in testUpdateDataStore_withOneEntry()93 verify(notifLiveDataStoreImpl).setActiveNotifList(capture()) in testUpdateDataStore_withGroups()104 verifyNoMoreInteractions(notifLiveDataStoreImpl) in testUpdateDataStore_withGroups()113 verify(notifLiveDataStoreImpl).setActiveNotifList(eq(listOf())) in notificationEntry()114 verifyNoMoreInteractions(notifLiveDataStoreImpl) in notificationEntry()
35 private val notifLiveDataStoreImpl: NotifLiveDataStoreImpl in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.DataStoreCoordinator43 d.dump("notifLiveDataStoreImpl", notifLiveDataStoreImpl) in <lambda>()48 notifLiveDataStoreImpl.setActiveNotifList(flatEntryList) in <lambda>()
254 NotifLiveDataStore bindNotifLiveDataStore(NotifLiveDataStoreImpl notifLiveDataStoreImpl); in bindNotifLiveDataStore() argument