Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java144 verifyBuiltList( in testNotifsAreSortedByRankAndWhen()
167 verifyBuiltList( in testNotifsAreGrouped()
193 verifyBuiltList( in testNotifsWithDifferentGroupKeysAreGrouped()
227 verifyBuiltList( in testNotifsNotifChildrenAreSorted()
256 verifyBuiltList( in testDuplicateGroupSummariesAreDiscarded()
285 verifyBuiltList( in testGroupsWithNoSummaryAreUngrouped()
305 verifyBuiltList( in testGroupsWithNoChildrenAreUngrouped()
322 verifyBuiltList( in testGroupsWithTooFewChildrenAreSplitUp()
343 verifyBuiltList( in testGroupsWhoLoseChildrenMidPipelineAreSplitUp()
389 verifyBuiltList( in testThatAnnulledGroupsAndSummariesAreProperlyRolledBack()
[all …]
H A DNotifCollectionTest.java243 verifyBuiltList( in testEventDispatchedWhenNotifBatchPosted()
1105 verifyBuiltList(List.of(entry1, entry2)); in testDismissNotificationsRebuildsOnce()
1204 verifyBuiltList(List.of(entry1, entry2)); in testDismissAllNotificationsCallsRebuildOnce()
1429 private void verifyBuiltList(Collection<NotificationEntry> list) { in verifyBuiltList() method in NotifCollectionTest