Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java68 private NotificationDelegate mNotificationDelegate; field in StatusBarManagerService
126 mNotificationDelegate = delegate;
508 mNotificationDelegate.onSetDisabled(net1); in disableLocked()
765 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()
776 mNotificationDelegate.clearEffects(); in clearNotificationEffects()
787 mNotificationDelegate.onPanelHidden(); in onPanelHidden()
863 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key); in onNotificationClick()
876 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key, in onNotificationActionClick()
892 mNotificationDelegate.onNotificationError(callingUid, callingPid, in onNotificationError()
906 mNotificationDelegate.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId); in onNotificationClear()
[all …]
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java614 mNotificationManagerService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedClearAll_noLeak()
771 mNotificationManagerService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
816 mNotificationManagerService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_NoClearFlag()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java599 final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in NotificationManagerService
1284 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()