Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java547 clearNotifications(ROWS_GENTLE, closeShade); in NotificationStackScrollLayout()
5464 private void clearNotifications(
5611 clearNotifications(ROWS_ALL, true /* closeShade */);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2685 mService.clearNotifications(); in testHandleRankingSort_sendsUpdateOnSignalExtractorChange()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1545 void clearNotifications() { in clearNotifications() method in NotificationManagerService