Searched refs:ExpectedNotif (Results 1 – 1 of 1) sorted by relevance
2479 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 ShadeListBuilderTest2555 private ExpectedNotif(NotificationEntry entry) { in ExpectedNotif() method in ShadeListBuilderTest.ExpectedNotif