Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java93 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/
DGroupHelper.java204 mCallback.removeAutoGroup(key); in adjustNotificationBundling()
211 void removeAutoGroup(String key); in removeAutoGroup() method
DNotificationManagerService.java2249 public void removeAutoGroup(String key) { in getGroupHelper() method
/frameworks/base/services/
Dart-profile21446 PLcom/android/server/notification/NotificationManagerService$9;->removeAutoGroup(Ljava/lang/String;…