Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1009 mListBuilder.setNotifStabilityManager( in testStabilizeGroupsDoesNotAllowGrouping()
1029 mListBuilder.setNotifStabilityManager( in testStabilizeGroupsAllowsGroupingAllNewNotifications()
1066 mListBuilder.setNotifStabilityManager( in testStabilizeGroupsAllowsGroupingOnlyNewNotifications()
1120 mListBuilder.setNotifStabilityManager( in testStabilizeGroupsHidesGroupSummary()
1149 mListBuilder.setNotifStabilityManager(stabilityManager); in testStabilizeGroupsDelayedSummaryRendersAllNotifsTopLevel()
1195 mListBuilder.setNotifStabilityManager(stabilityManager); in testStabilizeSectionDisallowsNewSection()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.java184 mShadeListBuilder.setNotifStabilityManager(notifStabilityManager); in setVisualStabilityManager()
H A DShadeListBuilder.java223 void setNotifStabilityManager(NotifStabilityManager notifStabilityManager) { in setNotifStabilityManager() method in ShadeListBuilder