Home
last modified time | relevance | path

Searched refs:mNotificationGroupManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java143 private final NotificationGroupManager mNotificationGroupManager; field in BubbleController
264 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(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java98 private NotificationGroupManager mNotificationGroupManager; field in BubbleControllerTest
191 mNotificationGroupManager); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java260 @Inject Lazy<NotificationGroupManager> mNotificationGroupManager; field in Dependency
450 mProviders.put(NotificationGroupManager.class, mNotificationGroupManager::get); in start()