Home
last modified time | relevance | path

Searched refs:NotifLiveDataStoreImpl (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreMocks.kt23 fun createNotifLiveDataStoreImplMock(): NotifLiveDataStoreImpl {
24 val dataStoreImpl: NotifLiveDataStoreImpl = mock()
H A DNotifLiveDataStoreImplTest.kt38 private val liveDataStoreImpl = NotifLiveDataStoreImpl(executor)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinator.kt21 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl
35 private val notifLiveDataStoreImpl: NotifLiveDataStoreImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinatorTest.kt23 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl
51 @Mock private lateinit var notifLiveDataStoreImpl: NotifLiveDataStoreImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java31 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl;
229 NotifLiveDataStore bindNotifLiveDataStore(NotifLiveDataStoreImpl notifLiveDataStoreImpl); in bindNotifLiveDataStore()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreImpl.kt32 class NotifLiveDataStoreImpl @Inject constructor( regex
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt311 …kages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotifLiveDataStoreImpl.kt