Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt26 import com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore in <lambda>()
60 existingModels: ActiveNotificationsStore, in buildActiveNotificationsStore()
63 ): ActiveNotificationsStore = in buildActiveNotificationsStore()
67 private val existingModels: ActiveNotificationsStore, in buildActiveNotificationsStore()
70 private val builder = ActiveNotificationsStore.Builder() in buildActiveNotificationsStore()
72 fun build(): ActiveNotificationsStore = builder.build() in buildActiveNotificationsStore()
144 private fun ActiveNotificationsStore.createOrReuse( in createOrReuse() method
241 private fun ActiveNotificationsStore.createOrReuse( in createOrReuse() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepository.kt20 import com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore.Key
37 val activeNotifications = MutableStateFlow(ActiveNotificationsStore())
53 data class ActiveNotificationsStore( dataClass
92 fun build() = ActiveNotificationsStore(groups, individuals, renderList, rankingsMap) in build()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerStatusBarViewModelTest.kt40 import com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore
292 ActiveNotificationsStore.Builder() in isolatedIcon_animateOnAppear_shadeCollapsed()
319 ActiveNotificationsStore.Builder() in isolatedIcon_dontAnimateOnAppear_shadeExpanded()
351 ActiveNotificationsStore.Builder() in isolatedIcon_updateWhenIconDataChanges()
373 ActiveNotificationsStore.Builder() in isolatedIcon_lastMessageIsFromReply_notNull()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepositoryExt.kt27 ActiveNotificationsStore.Builder() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt32 import com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore
82 ActiveNotificationsStore.Builder() in create()
189 ActiveNotificationsStore.Builder() in create()
295 ActiveNotificationsStore.Builder() in create()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModelImplTest.kt50 import com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore
427 ActiveNotificationsStore.Builder() in activeNotificationsStore()