Searched refs:createBubbleInGroup (Results 1 – 3 of 3) sorted by relevance
825 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()849 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()873 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
1013 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1037 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()1061 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
259 public ExpandableNotificationRow createBubbleInGroup() in createBubbleInGroup() method in NotificationTestHelper