Searched refs:onNotificationPosted (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 28 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
|
D | NotificationListenerService.java | 223 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService 236 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService 237 onNotificationPosted(sbn); in onNotificationPosted() 866 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper 1441 onNotificationPosted(sbn, rankingMap); in handleMessage()
|
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/ |
D | Ranker.java | 59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in Ranker 160 onNotificationPosted(sbn); in onListenerConnected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 603 public void onNotificationPosted(final StatusBarNotification sbn,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4083 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 742 NO DOC BLOCK: android.service.notification.NotificationListenerService Method onNotificationPosted(…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27056 method public void onNotificationPosted(android.service.notification.StatusBarNotification); 27057 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
|
/frameworks/base/api/ |
D | current.txt | 34632 method public void onNotificationPosted(android.service.notification.StatusBarNotification); 34633 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
|
D | system-current.txt | 37359 method public void onNotificationPosted(android.service.notification.StatusBarNotification); 37360 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
|
D | test-current.txt | 34709 method public void onNotificationPosted(android.service.notification.StatusBarNotification); 34710 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
|