Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1259 NotificationEntry clearable = mCollectionListener.getEntry(clearableNotif.key); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs() local
1262 mCollection.dismissAllNotifications(clearable.getSbn().getUser().getIdentifier()); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1271 verify(mInterceptor1, never()).shouldInterceptDismissal(clearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1272 verify(mInterceptor2, never()).shouldInterceptDismissal(clearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1273 verify(mInterceptor3, never()).shouldInterceptDismissal(clearable); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()