Searched refs:mNotifHandler (Results 1 – 2 of 2) sorted by relevance
135 private BatchableNotificationHandler mNotifHandler; field in NotifCollectionTest169 mNotifHandler = requireNonNull(mListenerCaptor.getValue()); in setUp()172 mNoMan.addListener(mNotifHandler); in setUp()174 mNotifHandler.onNotificationsInitialized(); in setUp()219 mNotifHandler.onNotificationBatchPosted(Arrays.asList( in testEventDispatchedWhenNotifBatchPosted()1303 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfMissing()1322 mNotifHandler.onNotificationRemoved( in testClearNotificationDoesntThrowIfInForgivenessWindow()
183 groupCoalescer.setNotificationHandler(mNotifHandler); in attach()765 private final BatchableNotificationHandler mNotifHandler = new BatchableNotificationHandler() {