/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 85 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 …]
|
D | NotificationManagerServiceTest.java | 2455 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/ |
D | NotificationListenerWithPlugins.java | 86 if (plugin.onNotificationPosted(sbn, rankingMap)) { in onPluginNotificationPosted() 138 onNotificationPosted(sbn, getRankingMap()); in getProvider()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationListenerTest.java | 87 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification() 95 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationUpdateCallsUpdateNotification()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | NotificationListenerController.java | 33 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method
|
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 34 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
|
D | NotificationListenerService.java | 332 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/ |
D | GroupHelper.java | 49 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() method in GroupHelper
|
D | NotificationManagerService.java | 5436 mGroupHelper.onNotificationPosted( 8187 listener.onNotificationPosted(sbnHolder, rankingUpdate);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 87 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13207 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…
|
D | hiddenapi-greylist-max-o.txt | 68045 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/ |
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/services/ |
D | art-profile | 9251 HSPLcom/android/server/notification/GroupHelper;->onNotificationPosted(Landroid/service/notificatio…
|
/frameworks/base/api/ |
D | current.txt | 41498 method public void onNotificationPosted(android.service.notification.StatusBarNotification); 41499 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…
|