Home
last modified time | relevance | path

Searched refs:createNotificationChannelGroup (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java310 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testChannelXml()
311 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testChannelXml()
370 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testChannelXmlForBackup()
371 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testChannelXmlForBackup()
433 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testChannelXml_backup()
434 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testChannelXml_backup()
1039 mHelper.createNotificationChannelGroup(PKG, UID, notDeleted, true); in testDeleteGroup()
1040 mHelper.createNotificationChannelGroup(PKG, UID, deleted, true); in testDeleteGroup()
1123 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testOnPackageChanged_packageRemoval_groups()
1125 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testOnPackageChanged_packageRemoval_groups()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java35 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method
DRankingHelper.java518 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method in RankingHelper
DNotificationManagerService.java1646 mRankingHelper.createNotificationChannelGroup(pkg, Binder.getCallingUid(), group,
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java144 mNotificationManager.createNotificationChannelGroup(sChannelGroup); in createNotificationChannel()
/frameworks/base/core/java/android/app/
DNotificationManager.java398 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManager
/frameworks/base/api/
Dcurrent.txt5581 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
Dsystem-current.txt5787 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);