Searched refs:groupSummary (Results 1 – 9 of 9) sorted by relevance
824 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() local829 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() local853 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 …]
1012 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() local1017 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() local1041 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 …]
76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded() local78 mExpandedGroups.add(groupSummary); in setGroupExpanded()80 mExpandedGroups.remove(groupSummary); in setGroupExpanded()
116 NotificationEntry groupSummary = mGroupMembershipManager.getLogicalGroupSummary(entry); in getGroupSummaryToDismiss() local117 return groupSummary.isClearable() ? groupSummary : null; in getGroupSummaryToDismiss()
121 NotificationEntry groupSummary = entry.getParent().getSummary(); in getGroupSummaryToDismiss() local122 return groupSummary.isClearable() ? groupSummary : null; in getGroupSummaryToDismiss()
169 final NotificationEntry groupSummary = in getTouchableRegion() local171 if (groupSummary != null) { in getTouchableRegion()172 topEntry = groupSummary; in getTouchableRegion()
631 UserHandle user, String groupKey, boolean groupSummary) {638 .setGroupSummary(groupSummary)
1442 final NotificationEntry groupSummary =1444 if (groupSummary != null) {1445 row = groupSummary.getRow();2769 NotificationEntry groupSummary = in isChildInInvisibleGroup() local2771 if (groupSummary != null && groupSummary.getRow() != row) { in isChildInInvisibleGroup()
8431 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);8432 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {