Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java94 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_postingUnderLimit()
111 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_multiPackage()
126 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_multiUser()
142 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_someAreGrouped()
156 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testPostingOverLimit()
361 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup()
368 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup()
373 verify(mCallback, times(1)).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup()
388 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAppStartsGrouping()
398 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAppStartsGrouping()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java194 mCallback.removeAutoGroupSummary(userId, packageName); in adjustAutogroupingSummary()
213 void removeAutoGroupSummary(int user, String pkg); in removeAutoGroupSummary() method
DNotificationManagerService.java2261 public void removeAutoGroupSummary(int userId, String pkg) { in getGroupHelper() method
/frameworks/base/services/
Dart-profile21447 PLcom/android/server/notification/NotificationManagerService$9;->removeAutoGroupSummary(ILjava/lang…