Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl115 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
H A DNotificationManager.java1080 public void deleteNotificationChannelGroup(String groupId) { in deleteNotificationChannelGroup() method in NotificationManager
1083 service.deleteNotificationChannelGroup(mContext.getPackageName(), groupId); in deleteNotificationChannelGroup()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1617 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg.getId(), in testChannelXml_backup()
2155 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, "does not exist", in testDeleteNonExistentChannel()
2746 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, deleted.getId(), in testDeleteGroup()
H A DNotificationManagerServiceTest.java3602 mBinderService.deleteNotificationChannelGroup(PKG, ncg.getId()); in testDeleteChannelGroupNotifyListener()
3642 mBinderService.deleteNotificationChannelGroup(PKG, "group"); in testDeleteChannelGroupChecksForFgses()
12157 mBinderService.deleteNotificationChannelGroup(PKG, "group");
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1513 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in PreferencesHelper
H A DNotificationManagerService.java4100 public void deleteNotificationChannelGroup(String pkg, String groupId) {
4118 mPreferencesHelper.deleteNotificationChannelGroup(pkg, callingUid, groupId,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A 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…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6805 method public void deleteNotificationChannelGroup(String);