Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java33 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java92 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java49 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() method in GroupHelper
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl34 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
DNotificationListenerService.java332 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
345 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
1266 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper