Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl29 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder, in onNotificationRemoved() method
DNotificationListenerService.java174 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService
198 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListenerService
628 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() method in NotificationListenerService.INotificationListenerWrapper