Home
last modified time | relevance | path

Searched refs:cancelNotificationsFromListener (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl143 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() method
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java699 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification()
740 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1540 mBinderService.cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue()
1800 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_NoClearFlag()
1882 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag()
1907 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter()
2033 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter()
2098 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_OnGoingFlag()
2123 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter()
5016 mBinderService.cancelNotificationsFromListener(null, new String[] {r.getKey()}); in testCancelNotificationsFromListener_protectsCrossUserInformation()
6526 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllNotificationsFromListener_ignoresBubbles()
6542 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelNotificationsFromListener_cancelsNonBubble()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4253 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) {
5297 cancelNotificationsFromListener(token, new String[]{r.getKey()});
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6419 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationsFromListener(Landroid/service/not…
6615 Landroid/app/INotificationManager;->cancelNotificationsFromListener(Landroid/service/notification/I…
/aosp12/frameworks/base/services/
H A Dart-profile26435 HPLcom/android/server/notification/NotificationManagerService$11;->cancelNotificationsFromListener(…