Home
last modified time | relevance | path

Searched refs:clearNotifications (Results 1 – 11 of 11) 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/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNotificationListenerCheckWithSafetyCenterUnsupportedTest.java54 clearNotifications(); in setup()
67 clearNotifications(); in tearDown()
DNotificationListenerCheckTest.java71 clearNotifications(); in setup()
84 clearNotifications(); in tearDown()
DBaseNotificationListenerCheckTest.java314 protected void clearNotifications() throws Throwable { in clearNotifications() method in BaseNotificationListenerCheckTest
/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.java117 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/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiUtils.java333 clearNotifications(context, device); in setupOTAStrings()
357 public static void clearNotifications(Context context, UiDevice device) in clearNotifications() method in UiUtils
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java344 public void clearNotifications(List<NotificationGroup> notificationsToClear) {
DCarNotificationView.java416 mClickHandlerFactory.clearNotifications(dismissibleNotifications); in finishClearAllNotifications()