Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.java93 ArgumentCaptor<NotifCollectionListener> notifCollectionCaptor = in setUp() local
102 verify(mNotifPipeline).addCollectionListener(notifCollectionCaptor.capture()); in setUp()
108 mCollectionListener = notifCollectionCaptor.getValue(); in setUp()