Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl119 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
DNotificationManager.java1143 public void deleteNotificationChannelGroup(String groupId) { in deleteNotificationChannelGroup() method in NotificationManager
1146 service.deleteNotificationChannelGroup(mContext.getPackageName(), groupId); in deleteNotificationChannelGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1809 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg.getId(), in testChannelXml_backup()
2349 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, "does not exist", in testDeleteNonExistentChannel()
2970 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, deleted.getId(), in testDeleteGroup()
DNotificationManagerServiceTest.java4056 mBinderService.deleteNotificationChannelGroup(mPkg, ncg.getId()); in testDeleteChannelGroupNotifyListener()
4096 mBinderService.deleteNotificationChannelGroup(mPkg, "group"); in testDeleteChannelGroupChecksForFgses()
13995 mBinderService.deleteNotificationChannelGroup(mPkg, "group");
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1577 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in PreferencesHelper
DNotificationManagerService.java4328 public void deleteNotificationChannelGroup(String pkg, String groupId) {
4346 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.txt7016 method public void deleteNotificationChannelGroup(String);