Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl27 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
DNotificationListenerService.java140 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
153 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
606 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.INotificationListenerWrapper