Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1184 mCollection.dismissAllNotifications(entry1.getSbn().getUser().getIdentifier()); in testDismissAllNotificationsCallsRebuildOnce()
1199 mCollection.dismissAllNotifications(entry1.getSbn().getUser().getIdentifier()); in testDismissAllNotificationsSentToSystemServer()
1215 mCollection.dismissAllNotifications(entry1.getSbn().getUser().getIdentifier()); in testDismissAllNotificationsMarkedAsDismissed()
1234 mCollection.dismissAllNotifications(unclearableEntry.getSbn().getUser().getIdentifier()); in testDismissAllNotificationsDoesNotMarkDismissedUnclearableNotifs()
1262 mCollection.dismissAllNotifications(clearable.getSbn().getUser().getIdentifier()); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java286 public void dismissAllNotifications(@UserIdInt int userId) { in dismissAllNotifications() method in NotifCollection
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6595 mNotifCollection.dismissAllNotifications(mLockscreenUserManager.getCurrentUserId());