Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java118 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
242 void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap); in onNotificationPosted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationHandler.java64 public void onNotificationPosted(StatusBarNotification sbn, in onNotificationPosted() method in TvNotificationHandler
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java38 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
DNotificationListener.kt27 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in com.android.wm.shell.flicker.NotificationListener
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl35 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
DNotificationListenerService.java430 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
443 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
1386 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java99 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() method in GroupHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java361 private void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotifCollection
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1147 public void onNotificationPosted(StatusBarNotification sbn, RankingMap map) { in onNotificationPosted() method in DataManager.NotificationListener