Home
last modified time | relevance | path

Searched refs:clearNotifications (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java627 mStackScroller.clearNotifications(ROWS_ALL, true); in testClearNotifications_All()
641 mStackScroller.clearNotifications(NotificationStackScrollLayout.ROWS_GENTLE, false); in testClearNotifications_Gentle()
653 mStackScroller.clearNotifications(ROWS_ALL, false); in testClearNotifications_clearAllInProgress()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1526 mView.clearNotifications(ROWS_GENTLE, closeShade);
H A DNotificationStackScrollLayout.java5306 void clearNotifications(@SelectedRows int selection, boolean closeShade) { in clearNotifications() method
5372 clearNotifications(ROWS_ALL, true /* closeShade */); in inflateFooterView()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5116 mService.clearNotifications(); in testHandleRankingSort_sendsUpdateOnSignalExtractorChange()
10796 mService.clearNotifications();
10813 mService.clearNotifications();
10922 mService.clearNotifications();
10940 mService.clearNotifications();
10953 mService.clearNotifications();
10968 mService.clearNotifications();
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2136 void clearNotifications() { in clearNotifications() method in NotificationManagerService