Searched refs:getNotificationChannelGroups (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java34 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, method in interface:RankingConfig
38 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, method in interface:RankingConfig
H A DRankingHelper.java832 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, method in class:RankingHelper
889 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, method in class:RankingHelper
H A DNotificationManagerService.java2286 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(
2289 return mRankingHelper.getNotificationChannelGroups(
2366 return mRankingHelper.getNotificationChannelGroups(pkg, uid, includeDeleted, true);
3505 groups.addAll(mRankingHelper.getNotificationChannelGroups(
/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl86 ParceledListSlice getNotificationChannelGroups(String pkg);
H A DNotificationManager.java607 public List<NotificationChannelGroup> getNotificationChannelGroups() { method in class:NotificationManager
610 return service.getNotificationChannelGroups(mContext.getPackageName()).getList();
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java402 mHelper.getNotificationChannelGroups(PKG, UID, false, true).getList();
472 mHelper.getNotificationChannelGroups(PKG, UID, false, true).getList();
1352 assertEquals(1, mHelper.getNotificationChannelGroups(PKG, UID).size());
1424 mHelper.getNotificationChannelGroups(PKG, UID, true, true).getList().size());
1456 assertEquals(ncg, mHelper.getNotificationChannelGroups(PKG, UID).iterator().next());
1513 mHelper.getNotificationChannelGroups(PKG, UID, true, true).getList();
1545 mHelper.getNotificationChannelGroups(PKG, UID, true, true).getList();
1551 mHelper.getNotificationChannelGroups(PKG, UID, true, true).getList();
H A DNotificationManagerServiceTest.java1622 verify(mRankingHelper, times(1)).getNotificationChannelGroups(anyString(), anyInt());
1639 verify(mRankingHelper, never()).getNotificationChannelGroups(anyString(), anyInt());
1659 verify(mRankingHelper, never()).getNotificationChannelGroups(anyString(), anyInt());
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java757 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, method in class:NotificationListenerService
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 277 milliseconds