Home
last modified time | relevance | path

Searched defs:onNotificationRemoved (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java130 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in NotificationListener
142 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListener
DNotificationMediaManager.java231 public void onNotificationRemoved(String key) { in onNotificationRemoved() method in NotificationMediaManager
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java36 default boolean onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java366 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService
390 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListenerService
415 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in NotificationListenerService
428 public void onNotificationRemoved(@NonNull StatusBarNotification sbn, in onNotificationRemoved() method in NotificationListenerService
1307 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() method in NotificationListenerService.NotificationListenerWrapper
DINotificationListener.aidl38 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder, in onNotificationRemoved() method
DNotificationAssistantService.java170 public void onNotificationRemoved(@NonNull StatusBarNotification sbn, in onNotificationRemoved() method in NotificationAssistantService
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java91 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in GroupHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java322 public void onNotificationRemoved(String key, StatusBarNotification old) { in onNotificationRemoved() method in StatusBarNotificationPresenter