Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java149 private BatchableNotificationHandler mNotifHandler; field in NotifCollectionTest
183 mNotifHandler = requireNonNull(mListenerCaptor.getValue()); in setUp()
186 mNoMan.addListener(mNotifHandler); in setUp()
188 mNotifHandler.onNotificationsInitialized(); in setUp()
278 mNotifHandler.onNotificationBatchPosted(Arrays.asList( in testEventDispatchedWhenNotifBatchPosted()
401 mNotifHandler.onNotificationChannelModified(TEST_PACKAGE, in testScheduleBuildNotificationListWhenChannelChanged()
431 mNotifHandler.onNotificationBatchPosted(entriesToBePosted); in testCancelScheduledBuildNotificationListEventWhenNotifUpdatedSynchronously()
460 mNotifHandler.onNotificationChannelModified(TEST_PACKAGE, in testBuildNotificationListWhenChannelChanged()
1493 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfMissing()
1512 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfInForgivenessWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java213 groupCoalescer.setNotificationHandler(mNotifHandler); in attach()
940 private final BatchableNotificationHandler mNotifHandler = new BatchableNotificationHandler() {