Searched defs:mNotificationDelegate (Results 1 - 2 of 2) sorted by relevance

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

Completed in 216 milliseconds