Home
last modified time | relevance | path

Searched refs:createBubbleInGroup (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java877 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
901 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()
925 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
H A DBubblesTest.java1012 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1036 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()
1060 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java277 public ExpandableNotificationRow createBubbleInGroup() in createBubbleInGroup() method in NotificationTestHelper