Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java777 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
797 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()
821 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
DBubbleControllerTest.java932 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
952 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()
976 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java233 public ExpandableNotificationRow createBubbleInGroup() in createBubbleInGroup() method in NotificationTestHelper