Searched refs:cancelAllNotifications (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 597 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotificationsImmediatelyAfterEnqueue() 636 mBinderService.cancelAllNotifications(PKG, parent.sbn.getUserId()); in testCancelAllNotificationsCancelsChildren() 648 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotificationsMultipleEnqueuedDoesNotCrash() 688 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotifications_IgnoreForegroundService() 702 mBinderService.cancelAllNotifications("other_pkg_name", sbn.getUserId()); in testCancelAllNotifications_IgnoreOtherPackages() 715 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgRemovesAll() 729 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgIgnoresUserAllNotifications() 743 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 43 void cancelAllNotifications(String pkg, int userId); in cancelAllNotifications() method
|
D | NotificationManager.java | 378 service.cancelAllNotifications(pkg, UserHandle.myUserId()); in cancelAll()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 568 public final void cancelAllNotifications() { in cancelAllNotifications() method in NotificationListenerService
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 1310 cancelAllNotifications(); in handleMessage() 3870 private void cancelAllNotifications() { in cancelAllNotifications() method in ServiceStateTracker
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1735 public void cancelAllNotifications(String pkg, int userId) {
|
/frameworks/base/services/ |
D | art-profile | 11739 PLcom/android/server/notification/NotificationManagerService$7;->cancelAllNotifications(Ljava/lang/…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16705 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelAllNotifications(Ljava/lang/String;I)V 16730 HSPLandroid/app/INotificationManager;->cancelAllNotifications(Ljava/lang/String;I)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27043 method public final void cancelAllNotifications();
|
/frameworks/base/api/ |
D | current.txt | 37399 method public final void cancelAllNotifications();
|
D | test-current.txt | 37642 method public final void cancelAllNotifications();
|
D | system-current.txt | 40514 method public final void cancelAllNotifications();
|