Home
last modified time | relevance | path

Searched refs:createSummaryNotification (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupTestHelper.java50 public NotificationEntry createSummaryNotification() { in createSummaryNotification() method in NotificationGroupTestHelper
51 return createSummaryNotification(Notification.GROUP_ALERT_ALL, mId++, null); in createSummaryNotification()
54 public NotificationEntry createSummaryNotification(int groupAlertBehavior) { in createSummaryNotification() method in NotificationGroupTestHelper
55 return createSummaryNotification(groupAlertBehavior, mId++, null); in createSummaryNotification()
58 public NotificationEntry createSummaryNotification(int groupAlertBehavior, int id, String tag) { in createSummaryNotification() method in NotificationGroupTestHelper
62 public NotificationEntry createSummaryNotification( in createSummaryNotification() method in NotificationGroupTestHelper
64 NotificationEntry entry = createSummaryNotification(groupAlertBehavior, id, tag); in createSummaryNotification()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt164 groupSummary = helper.createSummaryNotification(GROUP_ALERT_ALL, 0, "summary", 500)