Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java130 private BatchableNotificationHandler mNotifHandler; field in NotifCollectionTest
163 mNotifHandler = requireNonNull(mListenerCaptor.getValue()); in setUp()
166 mNoMan.addListener(mNotifHandler); in setUp()
168 mNotifHandler.onNotificationsInitialized(); in setUp()
213 mNotifHandler.onNotificationBatchPosted(Arrays.asList( in testEventDispatchedWhenNotifBatchPosted()
1286 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfMissing()
1305 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfInForgivenessWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java175 groupCoalescer.setNotificationHandler(mNotifHandler); in attach()
746 private final BatchableNotificationHandler mNotifHandler = new BatchableNotificationHandler() {