Searched refs:mGroupHelper (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 55 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 …]
|
D | NotificationManagerServiceTest.java | 227 @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/ |
D | NotificationManagerService.java | 465 private GroupHelper mGroupHelper; field in NotificationManagerService 1719 mGroupHelper = groupHelper; in init() 5649 mGroupHelper.onNotificationPosted( 5662 mGroupHelper.onNotificationRemoved(n); 6723 mGroupHelper.onNotificationRemoved(r.sbn);
|