Home
last modified time | relevance | path

Searched defs:onNotificationPosted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl28 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
DNotificationListenerService.java223 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
236 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
866 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DRanker.java59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in Ranker