Searched refs:removeAutoGroup (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A 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() 422 verify(mCallback, never()).removeAutoGroup(anyString()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | GroupHelper.java | 204 mCallback.removeAutoGroup(key); in adjustNotificationBundling() 211 void removeAutoGroup(String key); in removeAutoGroup() method
|
H A D | NotificationManagerService.java | 2491 public void removeAutoGroup(String key) { in getGroupHelper() method
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26417 PLcom/android/server/notification/NotificationManagerService$10;->removeAutoGroup(Ljava/lang/String…
|