Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java90 verify(mCallback, never()).addAutoGroupSummary( in testNoGroup_postingUnderLimit()
107 verify(mCallback, never()).addAutoGroupSummary( in testNoGroup_multiPackage()
123 verify(mCallback, never()).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testNoGroup_multiUser()
138 verify(mCallback, never()).addAutoGroupSummary( in testNoGroup_someAreGrouped()
153 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testPostingOverLimit()
358 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testDropToZeroRemoveGroup()
385 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testAppStartsGrouping()
420 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java192 mCallback.addAutoGroupSummary(userId, packageName, triggeringKey); in adjustAutogroupingSummary()
212 void addAutoGroupSummary(int userId, String pkg, String triggeringKey); in addAutoGroupSummary() method
DNotificationManagerService.java2256 public void addAutoGroupSummary(int userId, String pkg, String triggeringKey) { in getGroupHelper() method
/frameworks/base/services/
Dart-profile21445 PLcom/android/server/notification/NotificationManagerService$9;->addAutoGroupSummary(ILjava/lang/St…