Searched refs:createNotificationChannelGroup (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 310 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/ |
D | RankingConfig.java | 35 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method
|
D | RankingHelper.java | 518 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method in RankingHelper
|
D | NotificationManagerService.java | 1646 mRankingHelper.createNotificationChannelGroup(pkg, Binder.getCallingUid(), group,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 144 mNotificationManager.createNotificationChannelGroup(sChannelGroup); in createNotificationChannel()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 398 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManager
|
/frameworks/base/api/ |
D | current.txt | 5581 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
|
D | system-current.txt | 5787 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
|