Searched defs:mGroupHelper (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java53 private GroupHelper mGroupHelper; field in class:GroupHelperTest
59 mGroupHelper = new GroupHelper(mCallback);
83 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
98 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
101 mGroupHelper.onNotificationPosted(
114 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
117 mGroupHelper.onNotificationPosted(
130 mGroupHelper.onNotificationPosted(
133 mGroupHelper.onNotificationPosted(
148 mGroupHelper
[all...]
H A DNotificationManagerServiceTest.java183 @Mock GroupHelper mGroupHelper; field in class:NotificationManagerServiceTest
283 mGroupHelper, mAm, mAppUsageStats,
2045 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean());
2062 verify(mGroupHelper, times(1)).onNotificationPosted(any(), anyBoolean());
2078 verify(mGroupHelper, never()).onNotificationPosted(any(), anyBoolean());
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java401 private GroupHelper mGroupHelper; field in class:NotificationManagerService
1428 mGroupHelper = groupHelper;
4477 mGroupHelper.onNotificationPosted(
4490 mGroupHelper.onNotificationRemoved(n);
5434 mGroupHelper.onNotificationRemoved(r.sbn);

Completed in 187 milliseconds