Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifStackController.kt24 fun setNotifStats(stats: NotifStats) in setNotifStats() method
48 override fun setNotifStats(stats: NotifStats) {} in setNotifStats() method in com.android.systemui.statusbar.notification.collection.render.DefaultNotifStackController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt117 fun setNotifStats(notifStats: NotifStats) { in <lambda>() method