Searched refs:addGroupSummary (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilderTest.java | 193 addGroupSummary(3, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 214 addGroupSummary(2, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped() 219 addGroupSummary(7, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 253 addGroupSummary(6, PACKAGE_1, GROUP_1).setRank(3); in testNotifsNotifChildrenAreSorted() 278 addGroupSummary(3, PACKAGE_1, GROUP_1).setPostTime(22); in testDuplicateGroupSummariesAreDiscarded() 279 addGroupSummary(4, PACKAGE_1, GROUP_1).setPostTime(33); in testDuplicateGroupSummariesAreDiscarded() 281 addGroupSummary(6, PACKAGE_1, GROUP_1).setPostTime(11); in testDuplicateGroupSummariesAreDiscarded() 327 addGroupSummary(0, PACKAGE_5, GROUP_1); in testGroupsWithNoChildrenAreUngrouped() 346 addGroupSummary(1, PACKAGE_2, GROUP_1); in testGroupsWithTooFewChildrenAreSplitUp() 363 addGroupSummary(1, PACKAGE_2, GROUP_1); in testGroupsWhoLoseChildrenMidPipelineAreSplitUp() [all …]
|