Searched refs:NotifLiveDataStoreImpl (Results 1 – 7 of 7) sorted by relevance
23 fun createNotifLiveDataStoreImplMock(): NotifLiveDataStoreImpl {24 val dataStoreImpl: NotifLiveDataStoreImpl = mock()
38 private val liveDataStoreImpl = NotifLiveDataStoreImpl(executor)
21 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl35 private val notifLiveDataStoreImpl: NotifLiveDataStoreImpl
23 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl51 @Mock private lateinit var notifLiveDataStoreImpl: NotifLiveDataStoreImpl
31 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl;229 NotifLiveDataStore bindNotifLiveDataStore(NotifLiveDataStoreImpl notifLiveDataStoreImpl); in bindNotifLiveDataStore()
32 class NotifLiveDataStoreImpl @Inject constructor( regex
311 …kages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotifLiveDataStoreImpl.kt