Searched refs:createNotificationChannelGroup (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 381 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testChannelXml() 382 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testChannelXml() 443 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testChannelXmlForBackup() 444 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testChannelXmlForBackup() 609 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testChannelXml_backup() 610 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testChannelXml_backup() 1331 mHelper.createNotificationChannelGroup(PKG, UID, notDeleted, true); in testDeleteGroup() 1332 mHelper.createNotificationChannelGroup(PKG, UID, deleted, true); in testDeleteGroup() 1417 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true); in testOnPackageChanged_packageRemoval_groups() 1419 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true); in testOnPackageChanged_packageRemoval_groups() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 36 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method
|
D | RankingHelper.java | 576 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method in RankingHelper
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 152 mNotificationManager.createNotificationChannelGroup(sChannelGroup); in createNotificationChannel()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 486 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManager
|
/frameworks/base/services/ |
D | art-profile | 933 HSPLcom/android/server/notification/RankingConfig;->createNotificationChannelGroup(Ljava/lang/Strin…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 3950 Landroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChannelG…
|
D | boot-image-profile.txt | 15002 HSPLandroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChann…
|
/frameworks/base/api/ |
D | current.txt | 5677 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
|