Home
last modified time | relevance | path

Searched refs:setNotifStabilityManager (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.kt176 mShadeListBuilder.setNotifStabilityManager(notifStabilityManager)
H A DShadeListBuilder.java275 void setNotifStabilityManager(@NonNull NotifStabilityManager notifStabilityManager) { in setNotifStabilityManager() method in ShadeListBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java154 mListBuilder.setNotifStabilityManager(mStabilityManager); in setUp()