Searched refs:createNotificationChannelGroup (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 640 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true, in testChannelXml() 642 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXml() 734 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true, in testChannelXmlForBackup() 736 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForBackup() 1200 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true, in testChannelXmlForNonBackup_postMigration() 1202 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForNonBackup_postMigration() 1285 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true, in testChannelXmlForBackup_postMigration() 1287 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForBackup_postMigration() 1372 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg, true, in testChannelXmlForBackup_postMigration_noExternal() 1374 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForBackup_postMigration_noExternal() [all …]
|
D | NotificationManagerServiceTest.java | 4844 mService.createNotificationChannelGroup( in testDeleteChannelGroupChecksForFgses() 4864 mService.createNotificationChannelGroup(mPkg, mUid, in testDeleteChannelGroupChecksForFgses() 15524 mService.createNotificationChannelGroup(mPkg, mUid, 15544 mService.createNotificationChannelGroup(mPkg, mUid,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 41 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, in createNotificationChannelGroup() method
|
D | NotificationManagerService.java | 3567 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group, 3574 mPreferencesHelper.createNotificationChannelGroup(pkg, uid, group, 4773 createNotificationChannelGroup(pkg, uid, group, false, false); 4785 createNotificationChannelGroup(pkg, Binder.getCallingUid(), group, true, false); 7099 createNotificationChannelGroup(
|
D | PreferencesHelper.java | 1019 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 151 mNotificationManager.createNotificationChannelGroup(sChannelGroup); in createNotificationChannel()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1189 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManager
|
/frameworks/base/services/ |
D | art-profile | 2276 HSPLcom/android/server/notification/PreferencesHelper;->createNotificationChannelGroup(Ljava/lang/S…
|
D | art-wear-profile | 12724 HPLcom/android/server/notification/NotificationManagerService;->createNotificationChannelGroup(Ljav…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2460 HSPLandroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChann…
|
/frameworks/base/core/api/ |
D | current.txt | 7152 … method public void createNotificationChannelGroup(@NonNull android.app.NotificationChannelGroup);
|