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

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java174 public void onNotificationRemoved(StatusBarNotification sbn) { method in class:NotificationListenerService
198 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { method in class:NotificationListenerService
199 onNotificationRemoved(sbn);
257 * and you will get an {@link #onNotificationRemoved(StatusBarNotification)} callback.
292 * and you will get an {@link #onNotificationRemoved(StatusBarNotification)} callback.
318 * and you will get multiple {@link #onNotificationRemoved(StatusBarNotification)} callbacks.
538 * {@link #onNotificationRemoved(StatusBarNotification, RankingMap)}, and
628 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, method in class:NotificationListenerService.INotificationListenerWrapper
634 Log.w(TAG, "onNotificationRemoved: Error receiving StatusBarNotification", e);
641 NotificationListenerService.this.onNotificationRemoved(sb
[all...]

Completed in 8 milliseconds