Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl101 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
DNotificationManager.java804 public void deleteNotificationChannelGroup(String groupId) { in deleteNotificationChannelGroup() method in NotificationManager
807 service.deleteNotificationChannelGroup(mContext.getPackageName(), groupId); in deleteNotificationChannelGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java580 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg.getId()); in testChannelXml_backup()
1067 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, "does not exist"); in testDeleteNonExistentChannel()
1183 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, user, ncg.getId()); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked()
1538 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, deleted.getId()); in testDeleteGroup()
DNotificationManagerServiceTest.java1755 mBinderService.deleteNotificationChannelGroup(PKG, ncg.getId()); in testDeleteChannelGroupNotifyListener()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1025 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in PreferencesHelper
DNotificationManagerService.java2746 public void deleteNotificationChannelGroup(String pkg, String groupId) {
2754 mPreferencesHelper.deleteNotificationChannelGroup(pkg, callingUid, groupId);
/frameworks/base/services/
Dart-profile9370 PLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannelGroup(Lj…
9769 PLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannelGroup(Ljava/lang/Str…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6848 Landroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannelGroup(Ljava/lang/String;Lja…
7044 Landroid/app/INotificationManager;->deleteNotificationChannelGroup(Ljava/lang/String;Ljava/lang/Str…
/frameworks/base/api/
Dcurrent.txt5817 method public void deleteNotificationChannelGroup(String);