Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java84 public abstract void onNotificationRemoved(StatusBarNotification sbn); in onNotificationRemoved() method in NotificationListenerService
170 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService.INotificationListenerWrapper
DINotificationListener.aidl25 void onNotificationRemoved(in StatusBarNotification notification); in onNotificationRemoved() method