Home
last modified time | relevance | path

Searched refs:childrenRows (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1092 List<ExpandableNotificationRow> childrenRows = groupSummary.getAttachedChildren(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() local
1094 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java2695 final List<ExpandableNotificationRow> childrenRows = getAttachedChildren();
2696 final int numChildren = childrenRows.size();
2698 final ExpandableNotificationRow childRow = childrenRows.get(i);