Searched refs:cancelAllNotifications (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 44 void cancelAllNotifications(String pkg, int userId); in cancelAllNotifications() method
|
D | NotificationManager.java | 580 service.cancelAllNotifications(pkg, mContext.getUserId()); in cancelAll()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1012 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotificationsImmediatelyAfterEnqueue() 1068 mBinderService.cancelAllNotifications(PKG, parent.sbn.getUserId()); in testCancelAllNotificationsCancelsChildren() 1080 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotificationsMultipleEnqueuedDoesNotCrash() 1120 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotifications_IgnoreForegroundService() 1134 mBinderService.cancelAllNotifications("other_pkg_name", sbn.getUserId()); in testCancelAllNotifications_IgnoreOtherPackages() 1147 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgRemovesAll() 1161 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgIgnoresUserAllNotifications() 1175 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag() 1441 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testAppInitiatedCancelAllNotifications_CancelsOnGoingFlag() 4872 mBinderService.cancelAllNotifications(PKG, nr.sbn.getUserId()); in testCancelAllNotifications_cancelsBubble()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 622 public final void cancelAllNotifications() { in cancelAllNotifications() method in NotificationListenerService
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 1165 cancelAllNotifications(); in handleMessage() 4192 private void cancelAllNotifications() { in cancelAllNotifications() method in ServiceStateTracker
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2467 public void cancelAllNotifications(String pkg, int userId) {
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22761 HSPLcom/android/internal/telephony/ServiceStateTracker;->cancelAllNotifications()V 40900 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelAllNotifications(Ljava/lang/String;I)V
|
D | hiddenapi-greylist-max-o.txt | 6420 Landroid/app/INotificationManager$Stub$Proxy;->cancelAllNotifications(Ljava/lang/String;I)V
|
/frameworks/base/services/ |
D | art-profile | 9361 HSPLcom/android/server/notification/NotificationManagerService$10;->cancelAllNotifications(Ljava/la…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27043 method public final void cancelAllNotifications();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 41918 method public final void cancelAllNotifications();
|
/frameworks/base/api/ |
D | current.txt | 42062 method public final void cancelAllNotifications();
|