Home
last modified time | relevance | path

Searched refs:addChildNotification (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListItem.java55 void addChildNotification(NotificationListItem child, int childIndex); in addChildNotification() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java161 entry0.getRow().addChildNotification(entry1.getRow()); in testNotificationsBecomingUnbundled()
162 entry0.getRow().addChildNotification(entry2.getRow()); in testNotificationsBecomingUnbundled()
191 entry0.getRow().addChildNotification(entry1.getRow()); in testNotificationsBecomingSuppressed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifViewManager.kt169 listItem.addChildNotification(childListItem, idx) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java781 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
801 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()
825 groupSummary.addChildNotification(groupedBubble); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
DBubbleControllerTest.java936 groupSummary.addChildNotification(groupedBubble); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
956 groupSummary.addChildNotification(groupedBubble); in testAppRemovesSummary_removesAllBubbleChildren()
980 groupSummary.addChildNotification(groupedBubble); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java742 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);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java212 row.addChildNotification(childRow); in createGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java350 parent.addChildNotification(childView, childIndex); in addNotificationChildrenAndSort()