Searched refs:updateAutogroupSummary (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 177 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_addingNoGroupSBN() 206 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_UpdateNotification() 239 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_UpdateNotificationAfterChanges() 266 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_RemoveNotification() 294 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_UpdateToNoneOngoingNotification() 318 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_AddOneOngoingNotification() 342 .updateAutogroupSummary(anyString(), eq(true)); in testAutoGroupCount_UpdateNoneOngoing()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 85 mCallback.updateAutogroupSummary(sbn.getKey(), needsOngoingFlag); in addToOngoingGroupCount() 214 void updateAutogroupSummary(String key, boolean needsOngoingFlag); in updateAutogroupSummary() method
|
D | NotificationManagerService.java | 2268 public void updateAutogroupSummary(String key, boolean needsOngoingFlag) { in getGroupHelper() method
|
/frameworks/base/services/ |
D | art-profile | 21448 HPLcom/android/server/notification/NotificationManagerService$9;->updateAutogroupSummary(Ljava/lang…
|