Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java319 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
387 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
396 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
414 private NotificationEntry createBubble(BubbleMetadata metadata, UserHandle userHandle) { in createBubble() method in NotificationTestHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java965 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest
969 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble() method in NotificationInterruptStateProviderImplTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1983 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest