Home
last modified time | relevance | path

Searched refs:mGroupHelper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java55 private GroupHelper mGroupHelper; field in GroupHelperTest
61 mGroupHelper = new GroupHelper(AUTOGROUP_AT_COUNT, mCallback); in setUp()
85 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_postingUnderLimit()
100 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_multiPackage()
103 mGroupHelper.onNotificationPosted( in testNoGroup_multiPackage()
116 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), in testNoGroup_multiUser()
119 mGroupHelper.onNotificationPosted( in testNoGroup_multiUser()
131 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
134 mGroupHelper.onNotificationPosted( in testNoGroup_someAreGrouped()
148 mGroupHelper.onNotificationPosted( in testPostingOverLimit()
[all …]
DNotificationManagerServiceTest.java227 @Mock GroupHelper mGroupHelper; field in NotificationManagerServiceTest
393 mGroupHelper, mAm, mAppUsageStats, in setUp() local
2519 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noPriorNoti_autogroups()
2536 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_groupChanged_autogroups()
2552 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testOnlyAutogroupIfGroupChanged_noGroupChanged_autogroups()
2572 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean()); in testDontAutogroupIfCritical()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java465 private GroupHelper mGroupHelper; field in NotificationManagerService
1719 mGroupHelper = groupHelper; in init()
5649 mGroupHelper.onNotificationPosted(
5662 mGroupHelper.onNotificationRemoved(n);
6723 mGroupHelper.onNotificationRemoved(r.sbn);