Searched refs:removeAutoGroup (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 93 verify(mCallback, never()).removeAutoGroup(anyString()); in testNoGroup_postingUnderLimit() 110 verify(mCallback, never()).removeAutoGroup(anyString()); in testNoGroup_multiPackage() 125 verify(mCallback, never()).removeAutoGroup(anyString()); in testNoGroup_multiUser() 141 verify(mCallback, never()).removeAutoGroup(anyString()); in testNoGroup_someAreGrouped() 155 verify(mCallback, never()).removeAutoGroup(anyString()); in testPostingOverLimit() 360 verify(mCallback, never()).removeAutoGroup(anyString()); in testDropToZeroRemoveGroup() 367 verify(mCallback, never()).removeAutoGroup(anyString()); in testDropToZeroRemoveGroup() 372 verify(mCallback, never()).removeAutoGroup(anyString()); in testDropToZeroRemoveGroup() 387 verify(mCallback, never()).removeAutoGroup(anyString()); in testAppStartsGrouping() 397 verify(mCallback, times(AUTOGROUP_AT_COUNT - 2)).removeAutoGroup(anyString()); in testAppStartsGrouping() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 204 mCallback.removeAutoGroup(key); in adjustNotificationBundling() 211 void removeAutoGroup(String key); in removeAutoGroup() method
|
D | NotificationManagerService.java | 2249 public void removeAutoGroup(String key) { in getGroupHelper() method
|
/frameworks/base/services/ |
D | art-profile | 21446 PLcom/android/server/notification/NotificationManagerService$9;->removeAutoGroup(Ljava/lang/String;…
|