Searched refs:clearNotifications (Results 1 – 6 of 6) sorted by relevance
70 clearNotifications(); in onCreate()78 private void clearNotifications() { in clearNotifications() method in CameraApp
130 clearNotifications(predicate); in cleanupMessagesAndNotifications()142 public void clearNotifications(Predicate<CompositeKey> predicate) { in clearNotifications() method in BaseNotificationDelegate151 clearNotifications(key -> key.equals(convoKey)); in dismissInternal()
443 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsSummary()473 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()502 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren()
112 verify(mClickHandlerFactory).clearNotifications(mDismissedNotificationsCaptor.capture()); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications()
308 public void clearNotifications(List<NotificationGroup> notificationsToClear) {
352 mClickHandlerFactory.clearNotifications(dismissibleNotifications); in finishClearAllNotifications()