Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DCameraApp.java70 clearNotifications(); in onCreate()
78 private void clearNotifications() { in clearNotifications() method in CameraApp
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java130 clearNotifications(predicate); in cleanupMessagesAndNotifications()
142 public void clearNotifications(Predicate<CompositeKey> predicate) { in clearNotifications() method in BaseNotificationDelegate
151 clearNotifications(key -> key.equals(convoKey)); in dismissInternal()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java443 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsSummary()
473 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()
502 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren()
DCarNotificationViewTest.java112 verify(mClickHandlerFactory).clearNotifications(mDismissedNotificationsCaptor.capture()); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java308 public void clearNotifications(List<NotificationGroup> notificationsToClear) {
DCarNotificationView.java352 mClickHandlerFactory.clearNotifications(dismissibleNotifications); in finishClearAllNotifications()