Searched refs:cancelNotificationsFromListener (Results 1 – 4 of 4) 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() 1156 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1232 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() 1257 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() 1358 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter() 1422 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllCancelNotificationsFromListener_OnGoingFlag() 1447 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter() 4829 mService.getBinderService().cancelNotificationsFromListener(null, null); in testCancelAllNotificationsFromListener_ignoresBubbles() 4847 mService.getBinderService().cancelNotificationsFromListener(null, keys); in testCancelNotificationsFromListener_ignoresBubbles()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3074 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) { 4005 cancelNotificationsFromListener(token, new String[]{r.getKey()});
|