Home
last modified time | relevance | path

Searched defs:notifStats (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt60 val notifStats = calculateNotifStats(entries) in onAfterRenderList() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepository.kt43 val notifStats = MutableStateFlow(NotifStats.empty) constant in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationListRepository