Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java85 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_postingUnderLimit()
100 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_multiPackage()
103 mGroupHelper.onNotificationPosted( in testNoGroup_multiPackage()
116 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_multiUser()
119 mGroupHelper.onNotificationPosted( in testNoGroup_multiUser()
131 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
134 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
148 mGroupHelper.onNotificationPosted( in testPostingOverLimit()
164 mGroupHelper.onNotificationPosted(sbn, false); in testDropToZeroRemoveGroup()
191 mGroupHelper.onNotificationPosted(sbn, false); in testAppStartsGrouping()
[all …]
DNotificationManagerServiceTest.java2455 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noPriorNoti_autogroups()
2472 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_groupChanged_autogroups()
2488 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noGroupChanged_autogroups()
2508 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testDontAutogroupIfCritical()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java86 if (plugin.onNotificationPosted(sbn, rankingMap)) { in onPluginNotificationPosted()
138 onNotificationPosted(sbn, getRankingMap()); in getProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationListenerTest.java87 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
95 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationUpdateCallsUpdateNotification()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java33 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl34 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
DNotificationListenerService.java332 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
345 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
346 onNotificationPosted(sbn); in onNotificationPosted()
1266 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
2023 onNotificationPosted(sbn, rankingMap);
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java49 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() method in GroupHelper
DNotificationManagerService.java5436 mGroupHelper.onNotificationPosted(
8187 listener.onNotificationPosted(sbnHolder, rankingUpdate);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java87 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
/frameworks/base/config/
Dboot-image-profile.txt13207 HSPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationPosted(Landroid/s…
13231 …ication/NotificationListenerService$NotificationListenerWrapper;->onNotificationPosted(Landroid/se…
13281 HSPLandroid/service/notification/NotificationListenerService;->onNotificationPosted(Landroid/servic…
42452 HSPLandroid/service/notification/NotificationListenerService;->onNotificationPosted(Landroid/servic…
Dhiddenapi-greylist-max-o.txt68045 Landroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationPosted(Landroid/serv…
68069 Landroid/service/notification/INotificationListener;->onNotificationPosted(Landroid/service/notific…
68137 …ication/NotificationListenerService$NotificationListenerWrapper;->onNotificationPosted(Landroid/se…
/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/services/
Dart-profile9251 HSPLcom/android/server/notification/GroupHelper;->onNotificationPosted(Landroid/service/notificatio…
/frameworks/base/api/
Dcurrent.txt41498 method public void onNotificationPosted(android.service.notification.StatusBarNotification);
41499 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…