Searched refs:addGroupChild (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilderTest.java | 190 addGroupChild(0, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 191 addGroupChild(1, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 192 addGroupChild(2, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 212 addGroupChild(0, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 213 addGroupChild(1, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped() 215 addGroupChild(3, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped() 216 addGroupChild(4, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 217 addGroupChild(5, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped() 218 addGroupChild(6, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 244 addGroupChild(0, PACKAGE_1, GROUP_1).setRank(4); in testNotifsNotifChildrenAreSorted() [all …]
|