Searched refs:onClearAll (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 29 void onClearAll(int callingUid, int callingPid, int userId); in onClearAll() method
|
D | NotificationManagerService.java | 1249 public void onClearAll(int callingUid, int callingPid, int userId) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 4578 mFooterClearAllListener.onClearAll(); in setFooterView() 5387 mClearAllListener.onClearAll(selection); in clearNotifications() 6552 void onClearAll(@SelectedRows int selectedRows); 6556 void onClearAll();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutControllerTest.java | 738 dismissListener.onClearAll(ROWS_ALL); in testDismissListener()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2405 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedClearAll_noLeak() 2639 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllOnClearAll_NoClearFlag() 2729 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testCancelAllClearsLifetimeExtended() 3559 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_OngoingFlag() 3582 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_NoClearFlag() 3608 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() 9628 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testCancelAllNotificationsFromStatusBar_ignoresBubble() 11760 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), 11778 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), 13954 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), parent.getUserId());
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1860 mNotificationDelegate.onClearAll(callingUid, callingPid, userId); in onClearAllNotifications()
|