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.java376 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
444 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
453 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
471 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.java1036 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest
1040 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble() method in NotificationInterruptStateProviderImplTest
1044 private NotificationEntry createBubble(String groupKey, Integer groupAlert, Boolean suspended) { in createBubble() method in NotificationInterruptStateProviderImplTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2393 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest