Home
last modified time | relevance | path

Searched defs:cancelAllNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl31 void cancelAllNotifications(String pkg); in cancelAllNotifications() method
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java1005 public void cancelAllNotifications(String pkg) { in cancelAllNotifications() method in NotificationManagerService