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 | 164 addNotif(0, PACKAGE_1).setRank(2); in testNotifsAreSortedByRankAndWhen() 165 addNotif(1, PACKAGE_2).setRank(4).modifyNotification(mContext).setWhen(22); in testNotifsAreSortedByRankAndWhen() 166 addNotif(2, PACKAGE_3).setRank(4).modifyNotification(mContext).setWhen(33); in testNotifsAreSortedByRankAndWhen() 167 addNotif(3, PACKAGE_3).setRank(3); in testNotifsAreSortedByRankAndWhen() 168 addNotif(4, PACKAGE_5).setRank(4).modifyNotification(mContext).setWhen(11); in testNotifsAreSortedByRankAndWhen() 169 addNotif(5, PACKAGE_3).setRank(1); in testNotifsAreSortedByRankAndWhen() 170 addNotif(6, PACKAGE_1).setRank(0); in testNotifsAreSortedByRankAndWhen() 275 addNotif(0, PACKAGE_3); in testDuplicateGroupSummariesAreDiscarded() 280 addNotif(5, PACKAGE_2); in testDuplicateGroupSummariesAreDiscarded() 305 addNotif(0, PACKAGE_2); in testGroupsWithNoSummaryAreUngrouped() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsManager.kt | 138 fun addNotif(notif: ExpandableView): SectionBounds = in <lambda>() method 184 operation = SectionBounds::addNotif in <lambda>()
|