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

  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 68 private NotificationDelegate mNotificationDelegate;
126 mNotificationDelegate = delegate;
508 mNotificationDelegate.onSetDisabled(net1);
765 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems);
776 mNotificationDelegate.clearEffects();
787 mNotificationDelegate.onPanelHidden();
863 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key);
876 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key,
892 mNotificationDelegate.onNotificationError(callingUid, callingPid,
906 mNotificationDelegate.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId)
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationManagerServiceTest.java 599 mNotificationManagerService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 599 final NotificationDelegate mNotificationDelegate = new NotificationDelegate() {
    [all...]

Completed in 401 milliseconds