Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java113 private final NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesManager
182 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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java152 private NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesTest
360 mNotificationGroupManager, in setUp()
1089 verify(mNotificationGroupManager, times(1)).onEntryRemoved(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
H A DNewNotifPipelineBubblesTest.java133 private NotificationGroupManagerLegacy mNotificationGroupManager; field in NewNotifPipelineBubblesTest
325 mNotificationGroupManager, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java315 @Inject Lazy<NotificationGroupManagerLegacy> mNotificationGroupManager; field in Dependency
528 mProviders.put(NotificationGroupManagerLegacy.class, mNotificationGroupManager::get); in start()