Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java238 NotificationEntry capturedUpdate = mEntryCaptor.getValue(); in testEventDispatchedWhenNotifBatchPosted() local
239 assertEquals(entry2.getSbn(), capturedUpdate.getSbn()); in testEventDispatchedWhenNotifBatchPosted()
240 assertEquals(entry2.getRanking(), capturedUpdate.getRanking()); in testEventDispatchedWhenNotifBatchPosted()
247 capturedUpdate)); in testEventDispatchedWhenNotifBatchPosted()