Home
last modified time | relevance | path

Searched refs:addOnBeforeTransformGroupsListener (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.kt138 fun addOnBeforeTransformGroupsListener(listener: OnBeforeTransformGroupsListener) { regex
139 mShadeListBuilder.addOnBeforeTransformGroupsListener(listener)
H A DShadeListBuilder.java184 void addOnBeforeTransformGroupsListener(OnBeforeTransformGroupsListener listener) { in addOnBeforeTransformGroupsListener() method in ShadeListBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java455 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testThatAnnulledGroupsAndSummariesAreProperlyRolledBack()
966 mListBuilder.addOnBeforeTransformGroupsListener(mOnBeforeTransformGroupsListener); in testListenersAndPluggablesAreFiredInOrder()
1108 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testGroupTransformEntries()
1145 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testGroupTransformEntriesOnSecondRun()
1757 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1779 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()
1804 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()
2253 mListBuilder.addOnBeforeTransformGroupsListener(listener); in testInOrderPreRenderFilter()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt93 pipeline.addOnBeforeTransformGroupsListener(::onBeforeTransformGroups)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt139 verify(notifPipeline).addOnBeforeTransformGroupsListener(capture())