Home
last modified time | relevance | path

Searched refs:groupSummary (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt100 private lateinit var groupSummary: NotificationEntry in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest
164 groupSummary = helper.createSummaryNotification(GROUP_ALERT_ALL, 0, "summary", 500) in <lambda>()
445 setShouldHeadsUp(groupSummary) in <lambda>()
446 whenever(notifPipeline.allNotifs).thenReturn(listOf(groupSummary, groupSibling1)) in <lambda>()
448 collectionListener.onEntryAdded(groupSummary) in <lambda>()
454 verify(headsUpViewBinder, never()).bindHeadsUpView(eq(groupSummary), any()) in <lambda>()
457 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>()
462 assertTrue(groupSummary.hasInterrupted()) in <lambda>()
467 setShouldHeadsUp(groupSummary) in <lambda>()
468 whenever(notifPipeline.allNotifs).thenReturn(listOf(groupSummary, groupChild1)) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java104 NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded() local
111 groupSummary = entry; in setGroupExpanded()
117 changed = mExpandedGroups.add(groupSummary); in setGroupExpanded()
119 changed = mExpandedGroups.remove(groupSummary); in setGroupExpanded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1149 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() local
1154 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1158 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1167 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1173 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testAppRemovesSummary_removesAllBubbleChildren() local
1178 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()
1182 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
1185 mEntryListener.onEntryRemoved(groupSummary.getEntry(), REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren()
1190 groupSummary.getEntry().getSbn().getGroupKey())); in testAppRemovesSummary_removesAllBubbleChildren()
1197 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(2); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java217 final NotificationEntry groupSummary = in getTouchableRegion() local
219 if (groupSummary != null) { in getTouchableRegion()
220 topEntry = groupSummary; in getTouchableRegion()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java865 UserHandle user, String groupKey, boolean groupSummary) {
872 .setGroupSummary(groupSummary)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1693 final NotificationEntry groupSummary =
1695 if (groupSummary != null) {
1696 row = groupSummary.getRow();
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java9762 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
9763 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {