Home
last modified time | relevance | path

Searched refs:onNotificationPosted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DGroupHelperTest.java80 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM)); in testNoGroup_postingUnderLimit()
94 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM)); in testNoGroup_multiPackage()
96 mGroupHelper.onNotificationPosted( in testNoGroup_multiPackage()
109 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM)); in testNoGroup_multiUser()
111 mGroupHelper.onNotificationPosted( in testNoGroup_multiUser()
123 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM)); in testNoGroup_someAreGrouped()
125 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
139 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM)); in testPostingOverLimit()
154 mGroupHelper.onNotificationPosted(sbn); in testDropToZeroRemoveGroup()
181 mGroupHelper.onNotificationPosted(sbn); in testAppStartsGrouping()
[all …]
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl31 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
DNotificationListenerService.java303 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
316 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
317 onNotificationPosted(sbn); in onNotificationPosted()
1157 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
1825 onNotificationPosted(sbn, rankingMap); in handleMessage()
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java48 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in GroupHelper
DNotificationManagerService.java3146 mGroupHelper.onNotificationPosted(sbn);
3566 mGroupHelper.onNotificationPosted(n); in run()
5304 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5651 public void onNotificationPosted(final StatusBarNotification sbn,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27056 method public void onNotificationPosted(android.service.notification.StatusBarNotification);
27057 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
/frameworks/base/api/
Dcurrent.txt37204 method public void onNotificationPosted(android.service.notification.StatusBarNotification);
37205 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
Dsystem-current.txt40301 method public void onNotificationPosted(android.service.notification.StatusBarNotification);
40302 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…