Home
last modified time | relevance | path

Searched refs:notifLiveDataStore (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt60 private val notifLiveDataStore: NotifLiveDataStore,
129 notifLiveDataStore.activeNotifCount.value
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java118 NotifLiveDataStore notifLiveDataStore, in provideNotificationLogger() argument
128 notifLiveDataStore, in provideNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java265 NotifLiveDataStore notifLiveDataStore, in TestableNotificationLogger() argument
275 notifLiveDataStore, in TestableNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java201 NotifLiveDataStore notifLiveDataStore, in NotificationLogger() argument
210 mNotifLiveDataStore = notifLiveDataStore; in NotificationLogger()