Searched refs:deleteNotificationChannelGroup (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 119 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
|
D | NotificationManager.java | 1143 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/ |
D | PreferencesHelperTest.java | 1809 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()
|
D | NotificationManagerServiceTest.java | 4056 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/ |
D | PreferencesHelper.java | 1577 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in PreferencesHelper
|
D | NotificationManagerService.java | 4328 public void deleteNotificationChannelGroup(String pkg, String groupId) { 4346 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 | 7016 method public void deleteNotificationChannelGroup(String);
|