Searched refs:cancelAllNotifications (Results 1 – 8 of 8) 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 | 956 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotificationsImmediatelyAfterEnqueue() 998 mBinderService.cancelAllNotifications(PKG, parent.sbn.getUserId()); in testCancelAllNotificationsCancelsChildren() 1010 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotificationsMultipleEnqueuedDoesNotCrash() 1050 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testCancelAllNotifications_IgnoreForegroundService() 1064 mBinderService.cancelAllNotifications("other_pkg_name", sbn.getUserId()); in testCancelAllNotifications_IgnoreOtherPackages() 1077 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgRemovesAll() 1091 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgIgnoresUserAllNotifications() 1105 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag() 1371 mBinderService.cancelAllNotifications(PKG, sbn.getUserId()); in testAppInitiatedCancelAllNotifications_CancelsOnGoingFlag() 4789 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 | 1076 cancelAllNotifications(); in handleMessage() 3988 private void cancelAllNotifications() { in cancelAllNotifications() method in ServiceStateTracker
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2394 public void cancelAllNotifications(String pkg, int userId) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 9361 HSPLcom/android/server/notification/NotificationManagerService$10;->cancelAllNotifications(Ljava/la…
|