Searched refs:removeAutoGroupSummary (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GroupHelperTest.java | 236 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary() 254 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_oneChildOngoing_summaryOngoing() 272 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel() 288 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel() 307 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_summaryAutoCancelNoClear() 571 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup() 578 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testDropToZeroRemoveGroup() 599 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAppStartsGrouping() 628 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() 635 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | GroupHelper.java | 195 mCallback.removeAutoGroupSummary(userId, sbn.getPackageName()); in maybeUngroup() 220 void removeAutoGroupSummary(int user, String pkg); in removeAutoGroupSummary() method
|
H A D | NotificationManagerService.java | 2705 public void removeAutoGroupSummary(int userId, String pkg) { in getGroupHelper() method
|