Searched refs:clearNotifications (Results 1 – 11 of 11) sorted by relevance
70 clearNotifications(); in onCreate()78 private void clearNotifications() { in clearNotifications() method in CameraApp
54 clearNotifications(); in setup()67 clearNotifications(); in tearDown()
71 clearNotifications(); in setup()84 clearNotifications(); in tearDown()
314 protected void clearNotifications() throws Throwable { in clearNotifications() method in BaseNotificationListenerCheckTest
532 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsSummary()562 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()591 mNotificationClickHandlerFactory.clearNotifications(notificationsToClear); in onClearNotifications_groupNotificationWithoutSummary_clearsAllChildren()
117 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
333 clearNotifications(context, device); in setupOTAStrings()357 public static void clearNotifications(Context context, UiDevice device) in clearNotifications() method in UiUtils
344 public void clearNotifications(List<NotificationGroup> notificationsToClear) {
416 mClickHandlerFactory.clearNotifications(dismissibleNotifications); in finishClearAllNotifications()