Home
last modified time | relevance | path

Searched refs:clearNotifications (Results 1 – 7 of 7) 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/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java532 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsSummary()
562 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()
591 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren()
DCarNotificationViewTest.java116 verify(mClickHandlerFactory).clearNotifications(mDismissedNotificationsCaptor.capture()); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationUiStateManager.java137 mMigrationNotificationSender.clearNotifications(mUserHandle); in onMigrationStateChanged()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java84 public void clearNotifications(@NonNull UserHandle userHandle) { in clearNotifications() method in MigrationNotificationSender
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java344 public void clearNotifications(List<NotificationGroup> notificationsToClear) {
DCarNotificationView.java381 mClickHandlerFactory.clearNotifications(dismissibleNotifications); in finishClearAllNotifications()