Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java610 mStackScroller.clearNotifications(ROWS_ALL, in testClearNotifications_All()
626 mStackScroller.clearNotifications(NotificationStackScrollLayout.ROWS_GENTLE, in testClearNotifications_Gentle()
640 mStackScroller.clearNotifications(ROWS_ALL, in testClearNotifications_clearAllInProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4580 clearNotifications(ROWS_ALL, true /* closeShade */); in setFooterView()
5358 clearNotifications(ROWS_ALL, /* closeShade = */ true, hideSilentSection); in clearAllNotifications()
5364 clearNotifications(ROWS_GENTLE, closeShade, hideSilentSection); in clearSilentNotifications()
5368 void clearNotifications(@SelectedRows int selection, boolean closeShade) { in clearNotifications() method
5372 clearNotifications(selection, closeShade, hideSilentSection); in clearNotifications()
5379 void clearNotifications(@SelectedRows int selection, boolean closeShade, in clearNotifications() method
DNotificationStackScrollLayoutController.java1668 mView.clearNotifications(ROWS_GENTLE, closeShade);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java916 mService.clearNotifications(); in tearDown()
5711 mService.clearNotifications(); in testHandleRankingSort_sendsUpdateOnSignalExtractorChange()
12353 mService.clearNotifications();
12370 mService.clearNotifications();
12477 mService.clearNotifications();
12495 mService.clearNotifications();
12508 mService.clearNotifications();
12523 mService.clearNotifications();
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2316 void clearNotifications() { in clearNotifications() method in NotificationManagerService