Searched refs:mNotificationDelegate (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 68 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/ |
D | NotificationManagerServiceTest.java | 614 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/ |
D | NotificationManagerService.java | 599 final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in NotificationManagerService 1284 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
|