Searched refs:addNotif (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | ShadeListBuilderTest.java | 278 addNotif(0, PACKAGE_3); in testDuplicateGroupSummariesAreDiscarded() 283 addNotif(5, PACKAGE_2); in testDuplicateGroupSummariesAreDiscarded() 308 addNotif(0, PACKAGE_2); in testGroupsWithNoSummaryAreUngrouped() 331 addNotif(1, PACKAGE_5); in testGroupsWithNoChildrenAreUngrouped() 332 addNotif(2, PACKAGE_1); in testGroupsWithNoChildrenAreUngrouped() 436 addNotif(0, PACKAGE_1); in testPreviousParentsAreSetProperly() 437 addNotif(1, PACKAGE_2); in testPreviousParentsAreSetProperly() 438 addNotif(2, PACKAGE_3); in testPreviousParentsAreSetProperly() 460 addNotif(2, PACKAGE_1); in testThatAnnulledGroupsAndSummariesAreProperlyRolledBack() 484 addNotif(0, PACKAGE_1); in testPreGroupNotifsAreFiltered() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSectionsManager.kt | 138 fun addNotif(notif: ExpandableView): SectionBounds = when (this) { regex 180 operation = SectionBounds::addNotif
|