Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java135 private BatchableNotificationHandler mNotifHandler; field in NotifCollectionTest
169 mNotifHandler = requireNonNull(mListenerCaptor.getValue()); in setUp()
172 mNoMan.addListener(mNotifHandler); in setUp()
174 mNotifHandler.onNotificationsInitialized(); in setUp()
219 mNotifHandler.onNotificationBatchPosted(Arrays.asList( in testEventDispatchedWhenNotifBatchPosted()
1303 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfMissing()
1322 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfInForgivenessWindow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java183 groupCoalescer.setNotificationHandler(mNotifHandler); in attach()
765 private final BatchableNotificationHandler mNotifHandler = new BatchableNotificationHandler() {