Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java237 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), anyInt()); in testAddSummary()
255 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), anyInt()); in testAddSummary_oneChildOngoing_summaryOngoing()
273 verify(mCallback, never()).updateAutogroupSummary(anyInt(), anyString(), anyInt()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel()
332 verify(mCallback).updateAutogroupSummary( in testAutoGrouped_allOngoing_updateChildNotOngoing()
358 verify(mCallback).updateAutogroupSummary(anyInt(), anyString(), eq(BASE_FLAGS)); in testAutoGrouped_singleOngoing_removeOngoingChild()
381 verify(mCallback).updateAutogroupSummary( in testAutoGrouped_noOngoing_updateOngoingChild()
406 verify(mCallback).updateAutogroupSummary( in testAutoGrouped_noOngoing_addOngoingChild()
433 verify(mCallback).updateAutogroupSummary(anyInt(), anyString(), eq(BASE_FLAGS)); in testAutoGrouped_singleOngoing_appGroupOngoingChild()
482 verify(mCallback).updateAutogroupSummary(anyInt(), anyString(), eq(BASE_FLAGS)); in testAutoGrouped_allAutoCancel_updateChildNotAutoCancel()
508 verify(mCallback).updateAutogroupSummary( in testAutoGrouped_almostAllAutoCancel_updateChildAutoCancel()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java139 mCallback.updateAutogroupSummary(sbn.getUserId(), sbn.getPackageName(), flags); in maybeGroup()
198 mCallback.updateAutogroupSummary(userId, sbn.getPackageName(), summaryFlags); in maybeUngroup()
221 void updateAutogroupSummary(int userId, String pkg, int flags); in updateAutogroupSummary() method
H A DNotificationManagerService.java2712 public void updateAutogroupSummary(int userId, String pkg, int flags) { in getGroupHelper() method
/aosp14/frameworks/base/services/
H A Dart-profile5116 HSPLcom/android/server/notification/NotificationManagerService$9;->updateAutogroupSummary(ILjava/la…