Home
last modified time | relevance | path

Searched refs:deleteNotificationChannelGroup (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl121 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
DNotificationManager.java1465 public void deleteNotificationChannelGroup(String groupId) { in deleteNotificationChannelGroup() method in NotificationManager
1468 service.deleteNotificationChannelGroup(mContext.getPackageName(), groupId); in deleteNotificationChannelGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1873 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg.getId(), in testChannelXml_backup()
2414 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, "does not exist", in testDeleteNonExistentChannel()
3307 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, deleted.getId(), in testDeleteGroup()
7000 mHelper.deleteNotificationChannelGroup(PKG_O, UID_O, "2", UID_O, false); in testInvalidateGroupCache_deletedGroups()
7007 mHelper.deleteNotificationChannelGroup(PKG_O, UID_O, "1", UID_O, false); in testInvalidateGroupCache_deletedGroups()
DNotificationManagerServiceTest.java4833 mBinderService.deleteNotificationChannelGroup(mPkg, ncg.getId()); in testDeleteChannelGroupNotifyListener()
4873 mBinderService.deleteNotificationChannelGroup(mPkg, "group"); in testDeleteChannelGroupChecksForFgses()
15553 mBinderService.deleteNotificationChannelGroup(mPkg, "group");
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1716 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid,
DNotificationManagerService.java5013 public void deleteNotificationChannelGroup(String pkg, String groupId) {
5031 mPreferencesHelper.deleteNotificationChannelGroup(pkg, callingUid, groupId,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6428 Landroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannelGroup(Ljava/lang/String;Lja…
6622 Landroid/app/INotificationManager;->deleteNotificationChannelGroup(Ljava/lang/String;Ljava/lang/Str…
/frameworks/base/core/api/
Dcurrent.txt7156 method public void deleteNotificationChannelGroup(String);