Home
last modified time | relevance | path

Searched refs:mGroupMembershipManager (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java41 private final GroupMembershipManager mGroupMembershipManager; field in HighPriorityProvider
48 mGroupMembershipManager = groupManager; in HighPriorityProvider()
84 && !mGroupMembershipManager.isGroupSummary((NotificationEntry) entry)) { in hasHighPriorityChild()
88 List<NotificationEntry> children = mGroupMembershipManager.getChildren(entry); in hasHighPriorityChild()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java57 @Mock private GroupMembershipManager mGroupMembershipManager; field in HighPriorityProviderTest
65 mGroupMembershipManager); in setup()
163 when(mGroupMembershipManager.isGroupSummary(summary)).thenReturn(true); in testIsHighPriority_checkChildrenToCalculatePriority_legacy()
164 when(mGroupMembershipManager.getChildren(summary)).thenReturn( in testIsHighPriority_checkChildrenToCalculatePriority_legacy()
204 when(mGroupMembershipManager.getChildren(parentEntry)).thenReturn( in testIsHighPriority_checkChildrenToCalculatePriority()
224 when(mGroupMembershipManager.getChildren(parentEntry)).thenReturn( in testIsHighPriority_childEntryRankingUpdated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DOnUserInteractionCallbackImplLegacy.java43 private final GroupMembershipManager mGroupMembershipManager; field in OnUserInteractionCallbackImplLegacy
56 mGroupMembershipManager = groupMembershipManager; in OnUserInteractionCallbackImplLegacy()
115 if (mGroupMembershipManager.isOnlyChildInGroup(entry)) { in getGroupSummaryToDismiss()
116 NotificationEntry groupSummary = mGroupMembershipManager.getLogicalGroupSummary(entry); in getGroupSummaryToDismiss()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupExpansionManagerImpl.java36 private final GroupMembershipManager mGroupMembershipManager; field in GroupExpansionManagerImpl
43 mGroupMembershipManager = groupMembershipManager; in GroupExpansionManagerImpl()
71 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()
76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DOnUserInteractionCallbackImpl.java48 private final GroupMembershipManager mGroupMembershipManager; field in OnUserInteractionCallbackImpl
63 mGroupMembershipManager = groupMembershipManager; in OnUserInteractionCallbackImpl()
120 && mGroupMembershipManager.isOnlyChildInGroup(entry)) { in getGroupSummaryToDismiss()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManager.java53 private final GroupMembershipManager mGroupMembershipManager; field in NotificationBlockingHelperManager
80 mGroupMembershipManager = groupMembershipManager; in NotificationBlockingHelperManager()
104 && ((!row.isChildInGroup() || mGroupMembershipManager.isOnlyChildInGroup(entry)) in perhapsShowBlockingHelper()
H A DExpandableNotificationRowController.java70 private final GroupMembershipManager mGroupMembershipManager; field in ExpandableNotificationRowController
126 mGroupMembershipManager = groupMembershipManager; in ExpandableNotificationRowController()
155 mGroupMembershipManager, in init()
H A DExpandableNotificationRow.java240 private GroupMembershipManager mGroupMembershipManager; field in ExpandableNotificationRow
293 && mGroupMembershipManager.isGroupSummary(mEntry)) {
1583 mGroupMembershipManager = groupMembershipManager;
3058 if (mGroupMembershipManager.isGroupSummary(mEntry)) {
H A DNotificationContentView.java126 private GroupMembershipManager mGroupMembershipManager; field in NotificationContentView
1551 mGroupMembershipManager = groupMembershipManager; in setGroupMembershipManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java105 private final NotificationGroupManagerLegacy mGroupMembershipManager; field in NotificationTestHelper
126 mGroupMembershipManager = new NotificationGroupManagerLegacy( in NotificationTestHelper()
131 mGroupExpansionManager = mGroupMembershipManager; in NotificationTestHelper()
135 mGroupMembershipManager.setHeadsUpManager(mHeadsUpManager); in NotificationTestHelper()
480 mGroupMembershipManager, in generateRow()
502 mGroupMembershipManager.onEntryAdded(entry); in generateRow()
H A DNotificationBlockingHelperManagerTest.java74 @Mock private GroupMembershipManager mGroupMembershipManager; field in NotificationBlockingHelperManagerTest
92 mGroupMembershipManager); in setUp()
188 when(mGroupMembershipManager.isOnlyChildInGroup(childRow.getEntry())).thenReturn(true); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()
H A DNotificationEntryManagerInflationTest.java142 @Mock private NotificationGroupManagerLegacy mGroupMembershipManager; field in NotificationEntryManagerInflationTest
186 mGroupMembershipManager, in setUp()
199 mGroupMembershipManager, in setUp()
260 mGroupMembershipManager, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java112 private final GroupMembershipManager mGroupMembershipManager; field in StatusBarNotificationActivityStarter
186 mGroupMembershipManager = groupMembershipManager; in StatusBarNotificationActivityStarter()
698 private final GroupMembershipManager mGroupMembershipManager; field in StatusBarNotificationActivityStarter.Builder
766 mGroupMembershipManager = groupMembershipManager; in Builder()
830 mGroupMembershipManager, in build()
H A DHeadsUpManagerPhone.java60 private final GroupMembershipManager mGroupMembershipManager; field in HeadsUpManagerPhone
115 mGroupMembershipManager = groupMembershipManager; in HeadsUpManagerPhone()
170 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java213 private GroupMembershipManager mGroupMembershipManager; field in NotificationStackScrollLayout
605 mGroupMembershipManager = Dependency.get(GroupMembershipManager.class); in NotificationStackScrollLayout()
1472 mGroupMembershipManager.getGroupSummary(row.getEntry());
1613 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {
2706 && mGroupMembershipManager.isChildInGroup( in isChildInGroup()
2803 mGroupMembershipManager.getGroupSummary(row.getEntry()); in isChildInInvisibleGroup()