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

/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java57 private NotificationDelegate mNotificationDelegate; field in class:StatusBarManagerService
113 mNotificationDelegate = delegate;
285 mNotificationDelegate.onSetDisabled(net1);
608 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems);
619 mNotificationDelegate.clearEffects();
630 mNotificationDelegate.onPanelHidden();
643 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key);
656 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key,
672 mNotificationDelegate.onNotificationError(callingUid, callingPid,
686 mNotificationDelegate
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java490 private final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in class:NotificationManagerService
906 mStatusBar.setNotificationDelegate(mNotificationDelegate);

Completed in 63 milliseconds