Home
last modified time | relevance | path

Searched refs:updateAutogroupSummary (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java301 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_alwaysAutogroup()
320 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary()
339 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_oneChildOngoing_summaryOngoing_alwaysAutogroup()
358 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_oneChildOngoing_summaryOngoing()
377 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel_alwaysAutogroup()
396 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel()
413 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel_alwaysAutogroup()
430 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()
450 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_summaryAutoCancelNoClear_alwaysAutogroup()
470 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), any()); in testAddSummary_summaryAutoCancelNoClear()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java182 mCallback.updateAutogroupSummary(sbn.getUserId(), sbn.getPackageName(), attr); in maybeGroup()
282 mCallback.updateAutogroupSummary(userId, sbn.getPackageName(), attr); in maybeUngroup()
436 void updateAutogroupSummary(int userId, String pkg, NotificationAttributes summaryAttr); in updateAutogroupSummary() method
DNotificationManagerService.java2866 public void updateAutogroupSummary(int userId, String pkg, in getGroupHelper() method