Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java335 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/
DRankingConfig.java38 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method
DNotificationManagerService.java2003 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(
DPreferencesHelper.java581 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method in PreferencesHelper
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java152 mNotificationManager.createNotificationChannelGroup(sChannelGroup); in createNotificationChannel()
/frameworks/base/core/java/android/app/
DNotificationManager.java655 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManager
/frameworks/base/services/
Dart-profile9578 PLcom/android/server/notification/NotificationManagerService;->createNotificationChannelGroup(Ljava…
9767 PLcom/android/server/notification/PreferencesHelper;->createNotificationChannelGroup(Ljava/lang/Str…
/frameworks/base/config/
Dboot-image-profile.txt1977 HSPLandroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChann…
/frameworks/base/api/
Dcurrent.txt5813 … method public void createNotificationChannelGroup(@NonNull android.app.NotificationChannelGroup);