Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2479 if (expectedEntry instanceof ExpectedNotif) { in verifyBuiltList()
2486 ((ExpectedNotif) expectedEntry).entry, outEntry); in verifyBuiltList()
2529 private ExpectedNotif notif(int index) { in notif()
2530 return new ExpectedNotif(mEntrySet.get(index)); in notif()
2552 private static class ExpectedNotif extends ExpectedEntry { class in ShadeListBuilderTest
2555 private ExpectedNotif(NotificationEntry entry) { in ExpectedNotif() method in ShadeListBuilderTest.ExpectedNotif