Searched refs:ExpectedNotif (Results 1 – 1 of 1) sorted by relevance
2448 if (expectedEntry instanceof ExpectedNotif) { in verifyBuiltList()2455 ((ExpectedNotif) expectedEntry).entry, outEntry); in verifyBuiltList()2498 private ExpectedNotif notif(int index) { in notif()2499 return new ExpectedNotif(mEntrySet.get(index)); in notif()2521 private static class ExpectedNotif extends ExpectedEntry { class in ShadeListBuilderTest2524 private ExpectedNotif(NotificationEntry entry) { in ExpectedNotif() method in ShadeListBuilderTest.ExpectedNotif