Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java64 private NotificationDelegate mNotificationDelegate; field in StatusBarManagerService
121 mNotificationDelegate = delegate;
487 mNotificationDelegate.onSetDisabled(net1); in disableLocked()
726 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()
737 mNotificationDelegate.clearEffects(); in clearNotificationEffects()
748 mNotificationDelegate.onPanelHidden(); in onPanelHidden()
761 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key); in onNotificationClick()
774 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key, in onNotificationActionClick()
790 mNotificationDelegate.onNotificationError(callingUid, callingPid, in onNotificationError()
804 mNotificationDelegate.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId); in onNotificationClear()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java486 private final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in NotificationManagerService
993 mStatusBar.setNotificationDelegate(mNotificationDelegate); in onStart()