Searched refs:createNotificationChannelGroup (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 335 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true); in testChannelXml() 336 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true); in testChannelXml() 400 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true); in testChannelXmlForBackup() 401 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true); in testChannelXmlForBackup() 573 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true); in testChannelXml_backup() 574 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true); in testChannelXml_backup() 1181 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ true); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() 1216 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ true); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() 1224 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ false); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() 1294 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ true); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 38 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method
|
D | NotificationManagerService.java | 2003 private void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, 2010 mPreferencesHelper.createNotificationChannelGroup(pkg, uid, group, 2632 createNotificationChannelGroup(pkg, uid, group, false, false); 2644 createNotificationChannelGroup(pkg, Binder.getCallingUid(), group, true, false); 4040 createNotificationChannelGroup(
|
D | PreferencesHelper.java | 581 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method in PreferencesHelper
|
/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 | 655 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManager
|
/frameworks/base/services/ |
D | art-profile | 9578 PLcom/android/server/notification/NotificationManagerService;->createNotificationChannelGroup(Ljava… 9767 PLcom/android/server/notification/PreferencesHelper;->createNotificationChannelGroup(Ljava/lang/Str…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1977 HSPLandroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChann…
|
/frameworks/base/api/ |
D | current.txt | 5813 … method public void createNotificationChannelGroup(@NonNull android.app.NotificationChannelGroup);
|