Searched refs:createBubbleInGroup (Results 1 – 3 of 3) sorted by relevance
877 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()901 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()925 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
1012 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1036 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()1060 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
277 public ExpandableNotificationRow createBubbleInGroup() in createBubbleInGroup() method in NotificationTestHelper