Home
last modified time | relevance | path

Searched refs:cancelNotificationsFromListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl122 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() method
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java601 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification()
642 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java943 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/
DNotificationManagerService.java3088 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) {
4019 cancelNotificationsFromListener(token, new String[]{r.getKey()});
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6839 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationsFromListener(Landroid/service/not…
7037 Landroid/app/INotificationManager;->cancelNotificationsFromListener(Landroid/service/notification/I…