Searched refs:updateAutogroupSummary (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 301 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/ |
D | GroupHelper.java | 182 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
|
D | NotificationManagerService.java | 2866 public void updateAutogroupSummary(int userId, String pkg, in getGroupHelper() method
|