Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java196 mGroupHelper.onNotificationPosted( in testNoGroup_multiPackage()
208 mGroupHelper.onNotificationPosted( in testNoGroup_multiUser()
217 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
220 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
229 mGroupHelper.onNotificationPosted( in testAddSummary()
248 mGroupHelper.onNotificationPosted(sbn, false); in testAddSummary_oneChildOngoing_summaryOngoing()
266 mGroupHelper.onNotificationPosted(sbn, false); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel()
403 mGroupHelper.onNotificationPosted(sbn, true); in testAutoGrouped_noOngoing_addOngoingChild()
430 mGroupHelper.onNotificationPosted(sbn, true); in testAutoGrouped_singleOngoing_appGroupOngoingChild()
530 mGroupHelper.onNotificationPosted(sbn, true); in testAutoGrouped_allAutoCancel_updateChildAppGrouped()
[all …]
H A DNotificationManagerServiceTest.java4752 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfNeeded_newNotification_ghUpdate()
4771 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfNeeded_groupChanged_ghUpdate()
4791 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfNeeded_flagsChanged_ghUpdate()
4811 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noValidChange_noGhUpdate()
4833 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testDontAutogroupIfCritical()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java103 verify(mListener).onNotificationPosted(notif1.sbn, notif1.rankingMap); in testUngroupedNotificationsAreNotCoalesced()
119 verify(mListener, never()).onNotificationPosted( in testGroupedNotificationsAreCoalesced()
163 verify(mListener, never()).onNotificationPosted( in testCoalescedNotificationsArePosted()
196 verify(mListener, never()).onNotificationPosted( in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
216 inOrder.verify(mListener).onNotificationPosted(notif1b.sbn, notif1b.rankingMap); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
253 verify(mListener, never()).onNotificationPosted( in testUpdatingCoalescedNotifTriggersBatchEmit()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java128 listener.onNotificationPosted(sbn, completeMap); in onListenerConnected()
140 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
148 handler.onNotificationPosted(sbn, rankingMap); in onNotificationPosted()
308 void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap); in onNotificationPosted() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProviderTest.java79 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification2, mRankingMap); in testPostingNotificationCallsCallbackWithNotificationCount()
97 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification3, mRankingMap); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java91 if (plugin.onNotificationPosted(sbn, rankingMap)) { in onPluginNotificationPosted()
160 onNotificationPosted(sbn, getRankingMap()); in getProvider()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java85 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
87 verify(mNotificationHandler).onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationListenerController.java38 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DNotificationListener.kt27 override fun onNotificationPosted(sbn: StatusBarNotification) {
/aosp14/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl35 void onNotificationPosted(in IStatusBarNotificationHolder notificationHolder, in onNotificationPosted() method
H A DNotificationListenerService.java468 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
481 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
482 onNotificationPosted(sbn); in onNotificationPosted()
1429 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
2392 onNotificationPosted(sbn, rankingMap); in handleMessage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java64 public void onNotificationPosted(StatusBarNotification sbn, in onNotificationPosted() method in TvNotificationHandler
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProvider.java46 public void onNotificationPosted(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNoManSimulator.java56 listener.onNotificationPosted(entry.getSbn(), rankingMap); in postNotif()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java130 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
140 mHandler.onNotificationPosted(sbn, rankingMap);
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java91 public void onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() method in GroupHelper
H A DNotificationManagerService.java8025 mGroupHelper.onNotificationPosted(
11717 listener.onNotificationPosted(sbnHolder, rankingUpdate);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java445 private void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotifCollection
942 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
943 NotifCollection.this.onNotificationPosted(sbn, rankingMap);
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java762 public void onNotificationPosted(StatusBarNotification sbn, RankingMap map) { in onNotificationPosted() method in AppFGSTracker.NotificationListener
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1772 listenerService.onNotificationPosted(mGenericSbn, mRankingMap); in sendGenericNotificationWithKey()
1817 listenerService.onNotificationPosted(mConvoSbn, mRankingMap); in sendConvoNotification()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java756 mAppFGSTracker.mNotificationListener.onNotificationPosted(new StatusBarNotification( in testBgCurrentDrainMonitor()
1363 mAppFGSTracker.mNotificationListener.onNotificationPosted(new StatusBarNotification( in testLongFGSMonitor()
1653 mAppFGSTracker.mNotificationListener.onNotificationPosted(noti, null); in runExemptionTestOnce()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java1177 public void onNotificationPosted(StatusBarNotification sbn, RankingMap map) { in onNotificationPosted() method in DataManager.NotificationListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java740 public void onNotificationPosted(
/aosp14/frameworks/base/services/
H A Dart-profile1194 HSPLcom/android/server/am/AppFGSTracker$NotificationListener;->onNotificationPosted(Landroid/servic…
5053 HSPLcom/android/server/notification/GroupHelper;->onNotificationPosted(Landroid/service/notificatio…
5442 HPLcom/android/server/people/data/DataManager$NotificationListener;->onNotificationPosted(Landroid/…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12