Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java116 private final NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesManager
186 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java150 private NotificationGroupManagerLegacy mNotificationGroupManager; field in BubblesTest
350 mNotificationGroupManager, in setUp()
1090 verify(mNotificationGroupManager, times(1)).onEntryRemoved(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
DNewNotifPipelineBubblesTest.java128 private NotificationGroupManagerLegacy mNotificationGroupManager; field in NewNotifPipelineBubblesTest
294 mNotificationGroupManager, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java313 @Inject Lazy<NotificationGroupManagerLegacy> mNotificationGroupManager; field in Dependency
524 mProviders.put(NotificationGroupManagerLegacy.class, mNotificationGroupManager::get); in start()