Home
last modified time | relevance | path

Searched refs:addAutoGroupSummary (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java232 verify(mCallback, times(1)).addAutoGroupSummary( in testAddSummary()
250 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString(), in testAddSummary_oneChildOngoing_summaryOngoing()
268 verify(mCallback, times(1)).addAutoGroupSummary( in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel()
284 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString(), in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()
303 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString(), in testAddSummary_summaryAutoCancelNoClear()
567 verify(mCallback, times(1)).addAutoGroupSummary( in testDropToZeroRemoveGroup()
595 verify(mCallback, times(1)).addAutoGroupSummary( in testAppStartsGrouping()
624 verify(mCallback, times(1)).addAutoGroupSummary( in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
650 verify(mCallback, never()).addAutoGroupSummary( in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java141 mCallback.addAutoGroupSummary( in maybeGroup()
219 void addAutoGroupSummary(int userId, String pkg, String triggeringKey, int flags); in addAutoGroupSummary() method
H A DNotificationManagerService.java2693 public void addAutoGroupSummary(int userId, String pkg, String triggeringKey, in getGroupHelper() method