Home
last modified time | relevance | path

Searched refs:verifyBuiltList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java174 verifyBuiltList( in testNotifsAreSortedByRankAndWhen()
197 verifyBuiltList( in testNotifsAreGrouped()
223 verifyBuiltList( in testNotifsWithDifferentGroupKeysAreGrouped()
257 verifyBuiltList( in testNotifsNotifChildrenAreSorted()
286 verifyBuiltList( in testDuplicateGroupSummariesAreDiscarded()
315 verifyBuiltList( in testGroupsWithNoSummaryAreUngrouped()
335 verifyBuiltList( in testGroupsWithNoChildrenAreUngrouped()
352 verifyBuiltList( in testGroupsWithTooFewChildrenAreSplitUp()
373 verifyBuiltList( in testGroupsWhoLoseChildrenMidPipelineAreSplitUp()
396 verifyBuiltList( in testGroupsWhoLoseAllChildrenToPromotionSuppressSummary()
[all …]
DNotifCollectionTest.java302 verifyBuiltList( in testEventDispatchedWhenNotifBatchPosted()
464 verifyBuiltList(List.of(entry)); in testBuildNotificationListWhenChannelChanged()
1294 verifyBuiltList(List.of(entry1, entry2)); in testDismissNotificationsRebuildsOnce()
1394 verifyBuiltList(List.of(entry1, entry2)); in testDismissAllNotificationsCallsRebuildOnce()
1774 private void verifyBuiltList(Collection<NotificationEntry> expectedList) { in verifyBuiltList() method in NotifCollectionTest