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.java88 verify(mCallback, never()).addAutoGroupSummary( in testNoGroup_postingUnderLimit()
105 verify(mCallback, never()).addAutoGroupSummary( in testNoGroup_multiPackage()
121 verify(mCallback, never()).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testNoGroup_multiUser()
136 verify(mCallback, never()).addAutoGroupSummary( in testNoGroup_someAreGrouped()
151 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testPostingOverLimit()
166 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testDropToZeroRemoveGroup()
193 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testAppStartsGrouping()
228 verify(mCallback, times(1)).addAutoGroupSummary(anyInt(), eq(pkg), anyString()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java140 mCallback.addAutoGroupSummary(userId, packageName, triggeringKey); in adjustAutogroupingSummary()
160 void addAutoGroupSummary(int userId, String pkg, String triggeringKey); in addAutoGroupSummary() method
DNotificationManagerService.java1925 public void addAutoGroupSummary(int userId, String pkg, String triggeringKey) { in getGroupHelper() method
/frameworks/base/services/
Dart-profile9453 PLcom/android/server/notification/NotificationManagerService$9;->addAutoGroupSummary(ILjava/lang/St…