Searched refs:removeChannelNotifications (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ArchiveTest.java | 194 mArchive.removeChannelNotifications("pkg", USER_CURRENT, "test0"); in testRemoveChannelNotifications() 195 mArchive.removeChannelNotifications("pkg", USER_CURRENT, "test" + (SIZE - 2)); in testRemoveChannelNotifications() 233 mArchive.removeChannelNotifications("pkg", USER_CURRENT, "test" + idx); in testRemoveChannelNotifications_concurrently()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 785 public void removeChannelNotifications(String pkg, @UserIdInt int userId, in removeChannelNotifications() method in NotificationManagerService.Archive 4074 mArchive.removeChannelNotifications(pkg, callingUser, channelId);
|