Home
last modified time | relevance | path

Searched refs:onClearAll (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java29 void onClearAll(int callingUid, int callingPid, int userId); in onClearAll() method
DNotificationManagerService.java1249 public void onClearAll(int callingUid, int callingPid, int userId) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4578 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/
DNotificationStackScrollLayoutControllerTest.java738 dismissListener.onClearAll(ROWS_ALL); in testDismissListener()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2405 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/
DStatusBarManagerService.java1860 mNotificationDelegate.onClearAll(callingUid, callingPid, userId); in onClearAllNotifications()