Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/render/
DNotificationVisibilityProviderKosmos.kt20 import com.android.systemui.statusbar.notification.collection.notifLiveDataStore
29 notifLiveDataStore, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStoreKosmos.kt22 var Kosmos.notifLiveDataStore: NotifLiveDataStore by variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationStatsLoggerModule.kt86 notifLiveDataStore: NotifLiveDataStore?, in bindsStatsLoggerImpl()
102 notifLiveDataStore, in bindsStatsLoggerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt62 private val notifLiveDataStore: NotifLiveDataStore, in <lambda>() constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
139 return notifLiveDataStore.activeNotifCount.value in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java318 NotifLiveDataStore notifLiveDataStore, in TestableNotificationLogger() argument
329 notifLiveDataStore, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java206 NotifLiveDataStore notifLiveDataStore, in NotificationLogger() argument
219 mNotifLiveDataStore = notifLiveDataStore; in NotificationLogger()