Searched refs:clearNotifications (Results 1 – 7 of 7) sorted by relevance
70 clearNotifications(); in onCreate()78 private void clearNotifications() { in clearNotifications() method in CameraApp
532 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsSummary()562 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()591 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren()
116 verify(mClickHandlerFactory).clearNotifications(mDismissedNotificationsCaptor.capture()); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications()
137 mMigrationNotificationSender.clearNotifications(mUserHandle); in onMigrationStateChanged()
84 public void clearNotifications(@NonNull UserHandle userHandle) { in clearNotifications() method in MigrationNotificationSender
344 public void clearNotifications(List<NotificationGroup> notificationsToClear) {
381 mClickHandlerFactory.clearNotifications(dismissibleNotifications); in finishClearAllNotifications()