Searched refs:cancelNotificationsFromListener (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 122 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() method
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 601 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification() 642 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 943 mBinderService.cancelNotificationsFromListener(null, null); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() 1170 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1246 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() 1271 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() 1372 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter() 1436 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_OnGoingFlag() 1461 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter() 4843 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllNotificationsFromListener_ignoresBubbles() 4861 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelNotificationsFromListener_ignoresBubbles()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3088 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) { 4019 cancelNotificationsFromListener(token, new String[]{r.getKey()});
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 6839 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationsFromListener(Landroid/service/not… 7037 Landroid/app/INotificationManager;->cancelNotificationsFromListener(Landroid/service/notification/I…
|