Searched refs:cancelNotificationsFromListener (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 144 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() method
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 2069 mBinderService.cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() 2607 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent() 2630 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild() 2656 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithFgsParent() 2682 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithFgsChild() 2705 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearParent() 2728 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearChild() 2743 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelNotificationsFromListener_clearAll_Ongoing() 2757 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_NoClear() 2774 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_Fgs() [all …]
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 726 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification() 767 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 4589 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) { 5746 cancelNotificationsFromListener(token, new String[]{r.getKey()});
|
/aosp14/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…
|