Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java87 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_postingUnderLimit()
102 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_multiPackage()
105 mGroupHelper.onNotificationPosted( in testNoGroup_multiPackage()
118 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_multiUser()
121 mGroupHelper.onNotificationPosted( in testNoGroup_multiUser()
133 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
136 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
150 mGroupHelper.onNotificationPosted( in testPostingOverLimit()
173 mGroupHelper.onNotificationPosted(sbn, true); in testAutoGroupCount_addingNoGroupSBN()
198 mGroupHelper.onNotificationPosted(sbn, true); in testAutoGroupCount_UpdateNotification()
[all …]
DNotificationManagerServiceTest.java3139 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noPriorNoti_autogroups()
3156 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_groupChanged_autogroups()
3172 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noGroupChanged_autogroups()
3192 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testDontAutogroupIfCritical()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java104 listener.onNotificationPosted(sbn, completeMap); in onListenerConnected()
116 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
124 handler.onNotificationPosted(sbn, rankingMap); in onNotificationPosted()
226 void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap); in onNotificationPosted() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java102 verify(mListener).onNotificationPosted(notif1.sbn, notif1.rankingMap); in testUngroupedNotificationsAreNotCoalesced()
118 verify(mListener, never()).onNotificationPosted( in testGroupedNotificationsAreCoalesced()
162 verify(mListener, never()).onNotificationPosted( in testCoalescedNotificationsArePosted()
195 verify(mListener, never()).onNotificationPosted( in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
215 inOrder.verify(mListener).onNotificationPosted(notif1b.sbn, notif1b.rankingMap); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
252 verify(mListener, never()).onNotificationPosted( in testUpdatingCoalescedNotifTriggersBatchEmit()
/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.java77 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
79 verify(mNotificationHandler).onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
/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.java360 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
373 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
374 onNotificationPosted(sbn); in onNotificationPosted()
1294 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
2131 onNotificationPosted(sbn, rankingMap);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNoManSimulator.java54 listener.onNotificationPosted(entry.getSbn(), rankingMap); in postNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java120 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
130 mHandler.onNotificationPosted(sbn, rankingMap);
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java395 listenerService.onNotificationPosted(mStatusBarNotification); in testNotificationPosted()
440 listenerService.onNotificationPosted(mStatusBarNotification); in testNotificationDismissed()
443 listenerService.onNotificationPosted(mStatusBarNotification); in testNotificationDismissed()
471 listenerService.onNotificationPosted(mStatusBarNotification); in testShortcutNotUncachedIfNotificationChannelCreated()
574 listenerService.onNotificationPosted(mStatusBarNotification); in testUncacheShortcutWhenShutdown()
596 listenerService.onNotificationPosted(mStatusBarNotification); in testDoNotUncacheShortcutWhenShutdownIfNotificationChannelCreated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java356 private void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotifCollection
748 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
749 NotifCollection.this.onNotificationPosted(sbn, rankingMap);
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java99 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() method in GroupHelper
DNotificationManagerService.java6515 mGroupHelper.onNotificationPosted(
9534 listener.onNotificationPosted(sbnHolder, rankingUpdate);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java362 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java787 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in DataManager.NotificationListener
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt17677 HSPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationPosted(Landroid/s…
17700 …ication/NotificationListenerService$NotificationListenerWrapper;->onNotificationPosted(Landroid/se…
17753 HSPLandroid/service/notification/NotificationListenerService;->onNotificationPosted(Landroid/servic…
/frameworks/base/services/
Dart-profile21029 HSPLcom/android/server/notification/GroupHelper;->onNotificationPosted(Landroid/service/notificatio…
23079 PLcom/android/server/people/data/DataManager$NotificationListener;->lambda$onNotificationPosted$0$D…
23082 HPLcom/android/server/people/data/DataManager$NotificationListener;->onNotificationPosted(Landroid/…
/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.txt43813 method public void onNotificationPosted(android.service.notification.StatusBarNotification);
43814 …method public void onNotificationPosted(android.service.notification.StatusBarNotification, androi…