Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1272 NotificationEntry unclearable = mCollectionListener.getEntry(unclearableNotif.key); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs() local
1282 verify(mInterceptor1).shouldInterceptDismissal(unclearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1283 verify(mInterceptor2).shouldInterceptDismissal(unclearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1284 verify(mInterceptor3).shouldInterceptDismissal(unclearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1285 assertEquals(List.of(mInterceptor1, mInterceptor2), unclearable.mDismissInterceptors); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()