Searched refs:mNotificationGroupManager (Results 1 – 4 of 4) sorted by relevance
113 private final NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesManager182 mNotificationGroupManager = groupManager; in BubblesManager()348 mNotificationGroupManager.onEntryRemoved(entry); in BubblesManager()370 mNotificationGroupManager.updateSuppression(entry); in BubblesManager()460 mNotificationGroupManager.registerGroupChangeListener( in setupNEM()515 NotificationEntry summary = mNotificationGroupManager.getLogicalGroupSummary(entry); in setupNEM()518 mNotificationGroupManager.getLogicalChildren(summary.getSbn()); in setupNEM()641 mNotificationGroupManager.onEntryRemoved(entry); in handleDismissalInterception()
152 private NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesTest360 mNotificationGroupManager, in setUp()1089 verify(mNotificationGroupManager, times(1)).onEntryRemoved(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
133 private NotificationGroupManagerLegacy mNotificationGroupManager; field in NewNotifPipelineBubblesTest325 mNotificationGroupManager, in setUp()
315 @Inject Lazy<NotificationGroupManagerLegacy> mNotificationGroupManager; field in Dependency528 mProviders.put(NotificationGroupManagerLegacy.class, mNotificationGroupManager::get); in start()