Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java232 NotificationEntry capturedUpdate = mEntryCaptor.getValue(); in testEventDispatchedWhenNotifBatchPosted() local
233 assertEquals(entry2.getSbn(), capturedUpdate.getSbn()); in testEventDispatchedWhenNotifBatchPosted()
234 assertEquals(entry2.getRanking(), capturedUpdate.getRanking()); in testEventDispatchedWhenNotifBatchPosted()
241 capturedUpdate)); in testEventDispatchedWhenNotifBatchPosted()