Home
last modified time | relevance | path

Searched refs:removeChannelNotifications (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DArchiveTest.java194 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 DNotificationManagerService.java785 public void removeChannelNotifications(String pkg, @UserIdInt int userId, in removeChannelNotifications() method in NotificationManagerService.Archive
4074 mArchive.removeChannelNotifications(pkg, callingUser, channelId);