Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java244 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
295 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
304 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
313 private NotificationEntry createBubble(BubbleMetadata metadata, UserHandle userHandle) { in createBubble() method in NotificationTestHelper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java477 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1295 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest