Home
last modified time | relevance | path

Searched defs:onNotificationEnqueued (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl37 …void onNotificationEnqueued(in IStatusBarNotificationHolder notificationHolder, int importance, bo… in onNotificationEnqueued() method
DNotificationRankerService.java139 abstract public Adjustment onNotificationEnqueued(StatusBarNotification sbn, in onNotificationEnqueued() method in NotificationRankerService
222 public void onNotificationEnqueued(IStatusBarNotificationHolder sbnHolder, in onNotificationEnqueued() method in NotificationRankerService.NotificationRankingServiceWrapper
DNotificationListenerService.java962 public void onNotificationEnqueued(IStatusBarNotificationHolder notificationHolder, in onNotificationEnqueued() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DRanker.java52 public Adjustment onNotificationEnqueued(StatusBarNotification sbn, int importance, in onNotificationEnqueued() method in Ranker
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3844 public void onNotificationEnqueued(final NotificationRecord r) { in onNotificationEnqueued() method in NotificationManagerService.NotificationRankers