Searched refs:repostGroupSummary (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | SnoozeHelperTest.java | 663 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, "group1"); 687 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey()); 717 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
|
D | NotificationManagerServiceTest.java | 4836 verify(mSnoozeHelper, times(1)).repostGroupSummary( in testPostGroupChild_unsnoozeParent() 4850 verify(mSnoozeHelper, never()).repostGroupSummary(anyString(), anyInt(), anyString()); in testPostNonGroup_noUnsnoozing() 4863 verify(mSnoozeHelper, never()).repostGroupSummary(anyString(), anyInt(), anyString()); in testPostGroupSummary_noUnsnoozing()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | SnoozeHelper.java | 345 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary() method in SnoozeHelper
|
D | NotificationManagerService.java | 8578 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
|