HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationDelegate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 55 private NotificationDelegate mNotificationDelegate;
108 mNotificationDelegate = delegate;
221 mNotificationDelegate.onSetDisabled(net);
505 mNotificationDelegate.onPanelRevealed(clearNotificationEffects);
516 mNotificationDelegate.clearEffects();
527 mNotificationDelegate.onPanelHidden();
540 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key);
553 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key,
569 mNotificationDelegate.onNotificationError(callingUid, callingPid,
583 mNotificationDelegate.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 502 private final NotificationDelegate mNotificationDelegate = new NotificationDelegate() {
    [all...]

Completed in 34 milliseconds