Searched refs:clearNotifications (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 610 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/ |
D | NotificationStackScrollLayout.java | 4580 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
|
D | NotificationStackScrollLayoutController.java | 1668 mView.clearNotifications(ROWS_GENTLE, closeShade);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 916 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/ |
D | NotificationManagerService.java | 2316 void clearNotifications() { in clearNotifications() method in NotificationManagerService
|