Searched refs:removeAutoGroupSummary (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 300 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_alwaysAutogroup() 319 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary() 338 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_oneChildOngoing_summaryOngoing_alwaysAutogroup() 357 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_oneChildOngoing_summaryOngoing() 376 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel_alwaysAutogroup() 395 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_oneChildAutoCancel_summaryNotAutoCancel() 412 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel_alwaysAutogroup() 429 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel() 449 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_summaryAutoCancelNoClear_alwaysAutogroup() 469 verify(mCallback, never()).removeAutoGroupSummary(anyInt(), anyString()); in testAddSummary_summaryAutoCancelNoClear() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 266 mCallback.removeAutoGroupSummary(userId, sbn.getPackageName()); in maybeUngroup() 435 void removeAutoGroupSummary(int user, String pkg); in removeAutoGroupSummary() method
|
D | NotificationManagerService.java | 2859 public void removeAutoGroupSummary(int userId, String pkg) { in getGroupHelper() method
|