Searched refs:cancelNotificationsFromListener (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 143 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() method
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 699 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 D | NotificationManagerServiceTest.java | 1540 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 D | NotificationManagerService.java | 4253 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) { 5297 cancelNotificationsFromListener(token, new String[]{r.getKey()});
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6419 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationsFromListener(Landroid/service/not… 6615 Landroid/app/INotificationManager;->cancelNotificationsFromListener(Landroid/service/notification/I…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26435 HPLcom/android/server/notification/NotificationManagerService$11;->cancelNotificationsFromListener(…
|