Searched refs:createNotificationChannelGroup (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 338 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true); in testChannelXml() 339 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true); in testChannelXml() 403 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true); in testChannelXmlForBackup() 404 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true); in testChannelXmlForBackup() 576 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true); in testChannelXml_backup() 577 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true); in testChannelXml_backup() 1184 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ true); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() 1219 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ true); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() 1227 mHelper.createNotificationChannelGroup(PKG_N_MR1, user, ncg, /* fromTargetApp */ false); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() 1297 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 | 2062 private void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, 2069 mPreferencesHelper.createNotificationChannelGroup(pkg, uid, group, 2707 createNotificationChannelGroup(pkg, uid, group, false, false); 2719 createNotificationChannelGroup(pkg, Binder.getCallingUid(), group, true, false); 4117 createNotificationChannelGroup(
|
D | PreferencesHelper.java | 593 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/non-updatable-api/ |
D | current.txt | 5816 … method public void createNotificationChannelGroup(@NonNull android.app.NotificationChannelGroup);
|
/frameworks/base/api/ |
D | current.txt | 5816 … method public void createNotificationChannelGroup(@NonNull android.app.NotificationChannelGroup);
|