Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java106 verify(mListener, never()).onNotificationBatchPosted(anyList()); in testUngroupedNotificationsAreNotCoalesced()
124 verify(mListener, never()).onNotificationBatchPosted(anyList()); in testGroupedNotificationsAreCoalesced()
166 verify(mListener, never()).onNotificationBatchPosted(anyList()); in testCoalescedNotificationsArePosted()
172 verify(mListener).onNotificationBatchPosted(Arrays.asList( in testCoalescedNotificationsArePosted()
199 verify(mListener, never()).onNotificationBatchPosted(anyList()); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
209 inOrder.verify(mListener).onNotificationBatchPosted(Arrays.asList( in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
223 verify(mListener, never()).onNotificationBatchPosted(anyList()); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
249 verify(mListener).onNotificationBatchPosted(Arrays.asList( in testUpdatingCoalescedNotifTriggersBatchEmit()
281 inOrder.verify(mListener).onNotificationBatchPosted(Arrays.asList( in testRemovingCoalescedNotifTriggersBatchEmit()
319 verify(mListener).onNotificationBatchPosted(Arrays.asList( in testRankingsAreUpdated()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java274 mHandler.onNotificationBatchPosted(events); in emitBatch()
351 void onNotificationBatchPosted(List<CoalescedEvent> events); in onNotificationBatchPosted() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java278 mNotifHandler.onNotificationBatchPosted(Arrays.asList( in testEventDispatchedWhenNotifBatchPosted()
431 mNotifHandler.onNotificationBatchPosted(entriesToBePosted); in testCancelScheduledBuildNotificationListEventWhenNotifUpdatedSynchronously()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java947 public void onNotificationBatchPosted(List<CoalescedEvent> events) {