Searched refs:deleteNotificationChannelGroup (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 101 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
|
D | NotificationManager.java | 804 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/ |
D | PreferencesHelperTest.java | 583 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg.getId()); in testChannelXml_backup() 1070 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, "does not exist"); in testDeleteNonExistentChannel() 1186 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, user, ncg.getId()); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() 1541 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, deleted.getId()); in testDeleteGroup()
|
D | NotificationManagerServiceTest.java | 1819 mBinderService.deleteNotificationChannelGroup(PKG, ncg.getId()); in testDeleteChannelGroupNotifyListener()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1041 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in PreferencesHelper
|
D | NotificationManagerService.java | 2821 public void deleteNotificationChannelGroup(String pkg, String groupId) { 2829 mPreferencesHelper.deleteNotificationChannelGroup(pkg, callingUid, groupId);
|
/frameworks/base/services/ |
D | art-profile | 9370 PLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannelGroup(Lj… 9769 PLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannelGroup(Ljava/lang/Str…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 6431 Landroid/app/INotificationManager$Stub$Proxy;->deleteNotificationChannelGroup(Ljava/lang/String;Lja… 6625 Landroid/app/INotificationManager;->deleteNotificationChannelGroup(Ljava/lang/String;Ljava/lang/Str…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5820 method public void deleteNotificationChannelGroup(String);
|
/frameworks/base/api/ |
D | current.txt | 5820 method public void deleteNotificationChannelGroup(String);
|