Searched refs:addChildNotification (Results 1 – 8 of 8) sorted by relevance
55 void addChildNotification(NotificationListItem child, int childIndex); in addChildNotification() method
161 entry0.getRow().addChildNotification(entry1.getRow()); in testNotificationsBecomingUnbundled()162 entry0.getRow().addChildNotification(entry2.getRow()); in testNotificationsBecomingUnbundled()191 entry0.getRow().addChildNotification(entry1.getRow()); in testNotificationsBecomingSuppressed()
169 listItem.addChildNotification(childListItem, idx) in <lambda>()
781 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()801 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()825 groupSummary.addChildNotification(groupedBubble); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
936 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()956 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()980 groupSummary.addChildNotification(groupedBubble); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
742 public void addChildNotification(ExpandableNotificationRow row) {743 addChildNotification(row, -1);794 public void addChildNotification(ExpandableNotificationRow row, int childIndex) {810 public void addChildNotification(NotificationListItem childItem, int childIndex) {811 addChildNotification((ExpandableNotificationRow) childItem.getView(), childIndex);
212 row.addChildNotification(childRow); in createGroup()
350 parent.addChildNotification(childView, childIndex); in addNotificationChildrenAndSort()