Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java38 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
57 private final NotifLiveDataStore mNotifDataStore;
70 NotifLiveDataStore notifDataStore, in LegacyLightsOutNotifController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DNotificationVisibilityProviderImpl.kt21 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore
36 private val notifDataStore: NotifLiveDataStore,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStoreKosmos.kt22 var Kosmos.notifLiveDataStore: NotifLiveDataStore by
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStore.kt30 interface NotifLiveDataStore { interface
DNotifLiveDataStoreImpl.kt34 ) : NotifLiveDataStore, PipelineDumpable { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationStatsLoggerModule.kt26 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore
86 notifLiveDataStore: NotifLiveDataStore?, in bindsStatsLoggerImpl()
DNotificationsModule.java37 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
254 NotifLiveDataStore bindNotifLiveDataStore(NotifLiveDataStoreImpl notifLiveDataStoreImpl); in bindNotifLiveDataStore()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt29 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore in <lambda>()
62 private val notifLiveDataStore: NotifLiveDataStore, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java43 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
65 @Mock private NotifLiveDataStore mNotifLiveDataStore;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java57 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
103 @Mock private NotifLiveDataStore mNotifLiveDataStore;
318 NotifLiveDataStore notifLiveDataStore, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java44 import com.android.systemui.statusbar.notification.collection.NotifLiveDataStore;
85 private final NotifLiveDataStore mNotifLiveDataStore;
206 NotifLiveDataStore notifLiveDataStore, in NotificationLogger()
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig136 …description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consu…