Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DNewNotifPipelineBubblesTest.java824 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() local
829 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
833 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
842 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
848 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testAppRemovesSummary_removesAllBubbleChildren() local
853 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()
857 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
860 mEntryListener.onEntryRemoved(groupSummary.getEntry(), 0); in testAppRemovesSummary_removesAllBubbleChildren()
865 groupSummary.getEntry().getSbn().getGroupKey())); in testAppRemovesSummary_removesAllBubbleChildren()
872 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(2); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() local
[all …]
DBubblesTest.java1012 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() local
1017 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1021 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1026 groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1029 groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1030 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1036 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testAppRemovesSummary_removesAllBubbleChildren() local
1041 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()
1045 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
1048 mEntryListener.onEntryRemoved(groupSummary.getEntry(), null, false, REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded() local
78 mExpandedGroups.add(groupSummary); in setGroupExpanded()
80 mExpandedGroups.remove(groupSummary); in setGroupExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DOnUserInteractionCallbackImplLegacy.java116 NotificationEntry groupSummary = mGroupMembershipManager.getLogicalGroupSummary(entry); in getGroupSummaryToDismiss() local
117 return groupSummary.isClearable() ? groupSummary : null; in getGroupSummaryToDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DOnUserInteractionCallbackImpl.java121 NotificationEntry groupSummary = entry.getParent().getSummary(); in getGroupSummaryToDismiss() local
122 return groupSummary.isClearable() ? groupSummary : null; in getGroupSummaryToDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java169 final NotificationEntry groupSummary = in getTouchableRegion() local
171 if (groupSummary != null) { in getTouchableRegion()
172 topEntry = groupSummary; in getTouchableRegion()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java631 UserHandle user, String groupKey, boolean groupSummary) {
638 .setGroupSummary(groupSummary)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1442 final NotificationEntry groupSummary =
1444 if (groupSummary != null) {
1445 row = groupSummary.getRow();
2769 NotificationEntry groupSummary = in isChildInInvisibleGroup() local
2771 if (groupSummary != null && groupSummary.getRow() != row) { in isChildInInvisibleGroup()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java8431 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
8432 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {