Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java156 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
158 return createBubble(makeBubbleMetadata(null), PKG); in createBubble()
166 public ExpandableNotificationRow createBubble(@Nullable PendingIntent deleteIntent) in createBubble() method in NotificationTestHelper
168 return createBubble(makeBubbleMetadata(deleteIntent), PKG); in createBubble()
176 public ExpandableNotificationRow createBubble(BubbleMetadata bubbleMetadata, String pkg) in createBubble() method in NotificationTestHelper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java151 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java152 mBubbleNotificationRow = mNotificationTestHelper.createBubble(); in setUp()