Searched refs:createBubbleInGroup (Results 1 – 3 of 3) sorted by relevance
777 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()797 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()821 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
932 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()952 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testAppRemovesSummary_removesAllBubbleChildren()976 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
233 public ExpandableNotificationRow createBubbleInGroup() in createBubbleInGroup() method in NotificationTestHelper