Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1255 NotificationEntry unclearable = mCollectionListener.getEntry(unclearableNotif.key); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs() local
1265 verify(mInterceptor1).shouldInterceptDismissal(unclearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1266 verify(mInterceptor2).shouldInterceptDismissal(unclearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1267 verify(mInterceptor3).shouldInterceptDismissal(unclearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1268 assertEquals(List.of(mInterceptor1, mInterceptor2), unclearable.mDismissInterceptors); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()