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.java287 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
340 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
349 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
367 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.java989 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest
993 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble() method in NotificationInterruptStateProviderImplTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1700 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest