Searched refs:deleteNotificationChannelGroup (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 110 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
|
D | NotificationManager.java | 947 public void deleteNotificationChannelGroup(String groupId) { in deleteNotificationChannelGroup() method in NotificationManager 950 service.deleteNotificationChannelGroup(mContext.getPackageName(), groupId); in deleteNotificationChannelGroup()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 655 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg.getId()); in testChannelXml_backup() 1142 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, "does not exist"); in testDeleteNonExistentChannel() 1274 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, user, ncg.getId()); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() 1636 mHelper.deleteNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, deleted.getId()); in testDeleteGroup()
|
D | NotificationManagerServiceTest.java | 2300 mBinderService.deleteNotificationChannelGroup(PKG, ncg.getId()); in testDeleteChannelGroupNotifyListener()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1283 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in PreferencesHelper
|
D | NotificationManagerService.java | 3441 public void deleteNotificationChannelGroup(String pkg, String groupId) { 3449 mPreferencesHelper.deleteNotificationChannelGroup(pkg, callingUid, groupId);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 21296 HPLcom/android/server/notification/NotificationManagerService$10;->deleteNotificationChannelGroup(L… 22119 HPLcom/android/server/notification/PreferencesHelper;->deleteNotificationChannelGroup(Ljava/lang/St…
|
/frameworks/base/api/ |
D | current.txt | 6002 method public void deleteNotificationChannelGroup(String);
|