D | NotifSection.kt | 27 val sectioner: NotifSectioner, constant in com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection 31 val bucket: Int = sectioner.bucket 33 val headerController: NodeController? = sectioner.headerNodeController 34 val comparator: NotifComparator? = sectioner.comparator 39 dump("sectioner", sectioner) in <lambda>()
|