Home
last modified time | relevance | path

Searched refs:NotifLiveDataStore (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java38 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
56 private final NotifLiveDataStore mNotifDataStore;
69 NotifLiveDataStore notifDataStore, in LightsOutNotifController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DNotificationVisibilityProviderImpl.kt21 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore
31 private val notifDataStore: NotifLiveDataStore,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStore.kt30 interface NotifLiveDataStore { regex
H A DNotifLiveDataStoreImpl.kt34 ) : NotifLiveDataStore, PipelineDumpable {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt30 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore
60 private val notifLiveDataStore: NotifLiveDataStore,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java30 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
118 NotifLiveDataStore notifLiveDataStore, in provideNotificationLogger()
229 NotifLiveDataStore bindNotifLiveDataStore(NotifLiveDataStoreImpl notifLiveDataStoreImpl); in bindNotifLiveDataStore()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java49 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
87 @Mock private NotifLiveDataStore mNotifLiveDataStore;
265 NotifLiveDataStore notifLiveDataStore, in TestableNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java42 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
62 @Mock private NotifLiveDataStore mNotifLiveDataStore;
H A DCentralSurfacesImplTest.java158 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
316 @Mock private NotifLiveDataStore mNotifLiveDataStore;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java42 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
79 private final NotifLiveDataStore mNotifLiveDataStore;
201 NotifLiveDataStore notifLiveDataStore, in NotificationLogger()