Searched refs:childrenRows (Results 1 – 2 of 2) sorted by relevance
1092 List<ExpandableNotificationRow> childrenRows = groupSummary.getAttachedChildren(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() local1094 eq(childrenRows.get(0).getEntry()), any(), eq(REASON_GROUP_SUMMARY_CANCELED)); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()1096 eq(childrenRows.get(1).getEntry()), any(), eq(REASON_GROUP_SUMMARY_CANCELED)); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
2695 final List<ExpandableNotificationRow> childrenRows = getAttachedChildren();2696 final int numChildren = childrenRows.size();2698 final ExpandableNotificationRow childRow = childrenRows.get(i);