Home
last modified time | relevance | path

Searched refs:cancelAllNotifications (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java597 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/
DINotificationManager.aidl43 void cancelAllNotifications(String pkg, int userId); in cancelAllNotifications() method
DNotificationManager.java378 service.cancelAllNotifications(pkg, UserHandle.myUserId()); in cancelAll()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java568 public final void cancelAllNotifications() { in cancelAllNotifications() method in NotificationListenerService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1310 cancelAllNotifications(); in handleMessage()
3870 private void cancelAllNotifications() { in cancelAllNotifications() method in ServiceStateTracker
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1735 public void cancelAllNotifications(String pkg, int userId) {
/frameworks/base/services/
Dart-profile11739 PLcom/android/server/notification/NotificationManagerService$7;->cancelAllNotifications(Ljava/lang/…
/frameworks/base/config/
Dboot-image-profile.txt16705 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/
Dandroid-22.txt27043 method public final void cancelAllNotifications();
/frameworks/base/api/
Dcurrent.txt37399 method public final void cancelAllNotifications();
Dtest-current.txt37642 method public final void cancelAllNotifications();
Dsystem-current.txt40514 method public final void cancelAllNotifications();