Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl30 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder, in onNotificationRemoved() method
DNotificationListenerService.java257 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService
281 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListenerService
906 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() method in NotificationListenerService.NotificationListenerWrapper
DNotificationRankerService.java184 public void onNotificationRemoved(String key, long time, int reason) { in onNotificationRemoved() method in NotificationRankerService
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DRanker.java104 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in Ranker