Searched refs:onNotificationRemoved (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 30 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder, in onNotificationRemoved() method
|
D | NotificationListenerService.java | 257 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService 281 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListenerService 282 onNotificationRemoved(sbn); in onNotificationRemoved() 906 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() method in NotificationListenerService.NotificationListenerWrapper 1449 onNotificationRemoved(sbn, rankingMap); in handleMessage()
|
D | NotificationRankerService.java | 184 public void onNotificationRemoved(String key, long time, int reason) { in onNotificationRemoved() method in NotificationRankerService 338 onNotificationRemoved(key, time, reason); in handleMessage()
|
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/ |
D | Ranker.java | 104 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in Ranker
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 643 public void onNotificationRemoved(StatusBarNotification sbn,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4097 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 744 NO DOC BLOCK: android.service.notification.NotificationListenerService Method onNotificationRemoved…
|
/frameworks/base/api/ |
D | system-current.txt | 37362 method public void onNotificationRemoved(android.service.notification.StatusBarNotification); 37363 …method public void onNotificationRemoved(android.service.notification.StatusBarNotification, andro… 37415 method public void onNotificationRemoved(java.lang.String, long, int);
|
D | current.txt | 34635 method public void onNotificationRemoved(android.service.notification.StatusBarNotification); 34636 …method public void onNotificationRemoved(android.service.notification.StatusBarNotification, andro…
|
D | test-current.txt | 34712 method public void onNotificationRemoved(android.service.notification.StatusBarNotification); 34713 …method public void onNotificationRemoved(android.service.notification.StatusBarNotification, andro…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27059 method public void onNotificationRemoved(android.service.notification.StatusBarNotification); 27060 …method public void onNotificationRemoved(android.service.notification.StatusBarNotification, andro…
|