Searched refs:onNotificationBatchPosted (Results 1 – 4 of 4) sorted by relevance
106 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 …]
274 mHandler.onNotificationBatchPosted(events); in emitBatch()351 void onNotificationBatchPosted(List<CoalescedEvent> events); in onNotificationBatchPosted() method
278 mNotifHandler.onNotificationBatchPosted(Arrays.asList( in testEventDispatchedWhenNotifBatchPosted()431 mNotifHandler.onNotificationBatchPosted(entriesToBePosted); in testCancelScheduledBuildNotificationListEventWhenNotifUpdatedSynchronously()
947 public void onNotificationBatchPosted(List<CoalescedEvent> events) {