Home
last modified time | relevance | path

Searched defs:createBubble (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java241 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
251 public ExpandableNotificationRow createBubble(@Nullable PendingIntent deleteIntent) in createBubble() method in NotificationTestHelper
261 public ExpandableNotificationRow createBubble(BubbleMetadata bubbleMetadata, String pkg) in createBubble() method in NotificationTestHelper
266 private ExpandableNotificationRow createBubble(BubbleMetadata bubbleMetadata, String pkg, in createBubble() method in NotificationTestHelper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java477 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest