Searched refs:createChildNotification (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupTestHelper.java | 69 public NotificationEntry createChildNotification() { in createChildNotification() method in NotificationGroupTestHelper 70 return createChildNotification(Notification.GROUP_ALERT_ALL); in createChildNotification() 73 public NotificationEntry createChildNotification(int groupAlertBehavior) { in createChildNotification() method in NotificationGroupTestHelper 77 public NotificationEntry createChildNotification(int groupAlertBehavior, int id, String tag) { in createChildNotification() method in NotificationGroupTestHelper 81 public NotificationEntry createChildNotification( in createChildNotification() method in NotificationGroupTestHelper 83 NotificationEntry entry = createChildNotification(groupAlertBehavior, id, tag); in createChildNotification()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinatorTest.kt | 166 groupPriority = helper.createChildNotification(GROUP_ALERT_SUMMARY, 0, "priority", 400) 167 groupSibling1 = helper.createChildNotification(GROUP_ALERT_SUMMARY, 1, "sibling", 300) 168 groupSibling2 = helper.createChildNotification(GROUP_ALERT_SUMMARY, 2, "sibling", 200) 170 groupChild1 = helper.createChildNotification(GROUP_ALERT_ALL, 1, "child", 350) 171 groupChild2 = helper.createChildNotification(GROUP_ALERT_ALL, 2, "child", 250) 172 groupChild3 = helper.createChildNotification(GROUP_ALERT_ALL, 3, "child", 150)
|