Searched refs:addAutoGroupSummary (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 88 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/ |
D | GroupHelper.java | 140 mCallback.addAutoGroupSummary(userId, packageName, triggeringKey); in adjustAutogroupingSummary() 160 void addAutoGroupSummary(int userId, String pkg, String triggeringKey); in addAutoGroupSummary() method
|
D | NotificationManagerService.java | 1925 public void addAutoGroupSummary(int userId, String pkg, String triggeringKey) { in getGroupHelper() method
|
/frameworks/base/services/ |
D | art-profile | 9453 PLcom/android/server/notification/NotificationManagerService$9;->addAutoGroupSummary(ILjava/lang/St…
|