Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d0f0957 authored by lyn's avatar lyn
Browse files

Add javadoc for NotifPipeline.setNotifBundler

Bug: 396301289
Test: presubmits
Flag: com.android.systemui.notification_bundle_ui
Change-Id: If66094f173739e2cc12cf237072ab17b5a899f71
parent 43590837
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -169,6 +169,10 @@ class NotifPipeline @Inject constructor(
        mShadeListBuilder.setSectioners(sections)
    }

    /**
     * NotifBundler that is used to determine whether a notification should be bundled according to
     * classification.
     */
    fun setNotifBundler(bundler: NotifBundler) {
        mShadeListBuilder.setBundler(bundler)
    }