Searched refs:mNotificationGroupManager (Results 1 – 4 of 4) sorted by relevance
116 private final NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesManager186 mNotificationGroupManager = groupManager; in BubblesManager()358 mNotificationGroupManager.onEntryRemoved(entry); in BubblesManager()380 mNotificationGroupManager.updateSuppression(entry); in BubblesManager()456 mNotificationGroupManager.registerGroupChangeListener( in setupNEM()511 NotificationEntry summary = mNotificationGroupManager.getLogicalGroupSummary(entry); in setupNEM()514 mNotificationGroupManager.getLogicalChildren(summary.getSbn()); in setupNEM()646 mNotificationGroupManager.onEntryRemoved(entry); in handleDismissalInterception()
150 private NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesTest350 mNotificationGroupManager, in setUp()1090 verify(mNotificationGroupManager, times(1)).onEntryRemoved(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
128 private NotificationGroupManagerLegacy mNotificationGroupManager; field in NewNotifPipelineBubblesTest294 mNotificationGroupManager, in setUp()
313 @Inject Lazy<NotificationGroupManagerLegacy> mNotificationGroupManager; field in Dependency524 mProviders.put(NotificationGroupManagerLegacy.class, mNotificationGroupManager::get); in start()