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

/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
H A DRanker.java104 public void onNotificationRemoved(StatusBarNotification sbn) { method in class:Ranker
/frameworks/base/core/java/android/service/notification/
H A DNotificationRankerService.java184 public void onNotificationRemoved(String key, long time, int reason) { method in class:NotificationRankerService
338 onNotificationRemoved(key, time, reason);
H A DNotificationListenerService.java257 public void onNotificationRemoved(StatusBarNotification sbn) { method in class:NotificationListenerService
281 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { method in class:NotificationListenerService
282 onNotificationRemoved(sbn);
350 * and you will get an {@link #onNotificationRemoved(StatusBarNotification)} callback.
388 * and you will get an {@link #onNotificationRemoved(StatusBarNotification)} callback.
418 * and you will get multiple {@link #onNotificationRemoved(StatusBarNotification)} callbacks.
702 * {@link #onNotificationRemoved(StatusBarNotification, RankingMap)}, and
906 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, method in class:NotificationListenerService.NotificationListenerWrapper
912 Log.w(TAG, "onNotificationRemoved: Error receiving StatusBarNotification", e);
1449 onNotificationRemoved(sb
[all...]

Completed in 166 milliseconds