Searched refs:deleteNotificationChannelGroup (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 121 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
|
D | NotificationManager.java | 1465 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/ |
D | PreferencesHelperTest.java | 1873 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()
|
D | NotificationManagerServiceTest.java | 4833 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/ |
D | PreferencesHelper.java | 1716 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid,
|
D | NotificationManagerService.java | 5013 public void deleteNotificationChannelGroup(String pkg, String groupId) { 5031 mPreferencesHelper.deleteNotificationChannelGroup(pkg, callingUid, groupId,
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6428 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/ |
D | current.txt | 7156 method public void deleteNotificationChannelGroup(String);
|