Searched refs:cancelNotificationsFromListener (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2373 mBinderService.cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() 3004 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent() 3027 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild() 3053 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithFgsParent() 3079 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithFgsChild() 3102 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearParent() 3125 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_GroupWithNoClearChild() 3140 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelNotificationsFromListener_clearAll_Ongoing() 3154 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_NoClear() 3171 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListener_clearAll_Fgs() [all …]
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 152 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() method
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 744 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification() 785 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4963 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) { 6316 cancelNotificationsFromListener(token, new String[]{r.getKey()});
|
/frameworks/base/boot/hiddenapi/ |
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…
|