Searched refs:addNotif (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilderTest.java | 130 addNotif(0, PACKAGE_1).setRank(2); in testNotifsAreSortedByRankAndWhen() 131 addNotif(1, PACKAGE_2).setRank(4).modifyNotification(mContext).setWhen(22); in testNotifsAreSortedByRankAndWhen() 132 addNotif(2, PACKAGE_3).setRank(4).modifyNotification(mContext).setWhen(33); in testNotifsAreSortedByRankAndWhen() 133 addNotif(3, PACKAGE_3).setRank(3); in testNotifsAreSortedByRankAndWhen() 134 addNotif(4, PACKAGE_5).setRank(4).modifyNotification(mContext).setWhen(11); in testNotifsAreSortedByRankAndWhen() 135 addNotif(5, PACKAGE_3).setRank(1); in testNotifsAreSortedByRankAndWhen() 136 addNotif(6, PACKAGE_1).setRank(0); in testNotifsAreSortedByRankAndWhen() 241 addNotif(0, PACKAGE_3); in testDuplicateGroupSummariesAreDiscarded() 246 addNotif(5, PACKAGE_2); in testDuplicateGroupSummariesAreDiscarded() 271 addNotif(0, PACKAGE_2); in testGroupsWithNoSummaryAreUngrouped() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsManager.kt | 367 fun addNotif(notif: ExpandableView): SectionBounds = when (this) { in <lambda>() method 409 operation = SectionBounds::addNotif in <lambda>()
|