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