Searched refs:mNotificationGroupManager (Results 1 – 3 of 3) sorted by relevance
143 private final NotificationGroupManager mNotificationGroupManager; field in BubbleController264 mNotificationGroupManager = groupManager; in BubbleController()265 mNotificationGroupManager.addOnGroupChangeListener( in BubbleController()603 mNotificationGroupManager.onEntryRemoved(bubbleChild.getEntry()); in handleSummaryRemovalInterception()611 mNotificationGroupManager.onEntryRemoved(summary); in handleSummaryRemovalInterception()742 NotificationEntry summary = mNotificationGroupManager.getLogicalGroupSummary(746 mNotificationGroupManager.getLogicalChildren(summary.notification);768 mNotificationGroupManager.updateSuppression(
98 private NotificationGroupManager mNotificationGroupManager; field in BubbleControllerTest191 mNotificationGroupManager); in setUp()
260 @Inject Lazy<NotificationGroupManager> mNotificationGroupManager; field in Dependency450 mProviders.put(NotificationGroupManager.class, mNotificationGroupManager::get); in start()