Searched refs:createBubble (Results 1 – 3 of 3) sorted by relevance
156 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper158 return createBubble(makeBubbleMetadata(null), PKG); in createBubble()166 public ExpandableNotificationRow createBubble(@Nullable PendingIntent deleteIntent) in createBubble() method in NotificationTestHelper168 return createBubble(makeBubbleMetadata(deleteIntent), PKG); in createBubble()176 public ExpandableNotificationRow createBubble(BubbleMetadata bubbleMetadata, String pkg) in createBubble() method in NotificationTestHelper
151 mRow = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()152 mRow2 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()158 mAutoExpandRow = mNotificationTestHelper.createBubble(autoExpandMetadata, in setUp()164 mSuppressNotifRow = mNotificationTestHelper.createBubble(suppressNotifMetadata, in setUp()
152 mBubbleNotificationRow = mNotificationTestHelper.createBubble(); in setUp()