Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java242 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
277 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
286 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
295 private NotificationEntry createBubble(BubbleMetadata metadata, UserHandle userHandle) { 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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1185 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest