Searched refs:removeAutoGroupSummary (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 92 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_postingUnderLimit() 109 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_multiPackage() 124 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_multiUser() 140 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNoGroup_someAreGrouped() 154 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testPostingOverLimit() 169 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup() 176 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup() 181 verify(mCallback, times(1)).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup() 196 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAppStartsGrouping() 206 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAppStartsGrouping() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 142 mCallback.removeAutoGroupSummary(userId, packageName); in adjustAutogroupingSummary() 161 void removeAutoGroupSummary(int user, String pkg); in removeAutoGroupSummary() method
|
D | NotificationManagerService.java | 1930 public void removeAutoGroupSummary(int userId, String pkg) { in getGroupHelper() method
|
/frameworks/base/services/ |
D | art-profile | 9455 HSPLcom/android/server/notification/NotificationManagerService$9;->removeAutoGroupSummary(ILjava/la…
|