Searched refs:mNotifHandler (Results 1 – 2 of 2) sorted by relevance
149 private BatchableNotificationHandler mNotifHandler; field in NotifCollectionTest183 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()
213 groupCoalescer.setNotificationHandler(mNotifHandler); in attach()940 private final BatchableNotificationHandler mNotifHandler = new BatchableNotificationHandler() {