Searched refs:cancelNotificationWithTag (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 57 void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id, int userId); in cancelNotificationWithTag() method
|
D | NotificationManager.java | 668 service.cancelNotificationWithTag(targetPackage, mContext.getOpPackageName(), in cancelAsPackage() 685 service.cancelNotificationWithTag( in cancelAsUser()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1020 mBinderService.cancelNotificationWithTag(PKG, PKG, "tag", sbn.getId(), sbn.getUserId()); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1292 mBinderService.cancelNotificationWithTag(PKG, PKG, tag, 0, 0); in testEnqueueNotificationWithTag_LogsAgainAfterCancel() 1319 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNonexistentNotification() 1332 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationImmediatelyAfterEnqueue() 1349 mBinderService.cancelNotificationWithTag(PKG, PKG, "tag", sbn.getId(), sbn.getUserId()); in testPostCancelPostNotifiesListeners() 1373 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationWhilePostedAndEnqueued() 1422 mBinderService.cancelNotificationWithTag(PKG, PKG, "tag", sbn.getId(), sbn.getUserId()); in testCancelImmediatelyAfterEnqueueNotifiesListeners_ForegroundServiceFlag() 1725 mBinderService.cancelNotificationWithTag(PKG, PKG, sbn.getTag(), sbn.getId(), in testCancelAfterSecondEnqueueDoesNotSpecifyForegroundFlag() 5444 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationsFromApp_cancelsBubbles() 6305 mBinderService.cancelNotificationWithTag(PKG, PKG, nr.getSbn().getTag(), in testNotificationBubbles_shortcut_stopListeningWhenNotifRemoved()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 1070 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testFinishSessionAsUserSuccess() 1948 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testAddAccountAsUserSuccess()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5332 service.cancelNotificationWithTag(
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 5676 inm.cancelNotificationWithTag("android", "android", null, in cancelHeavyWeightProcessNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3001 public void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id,
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2231 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/frameworks/base/services/ |
D | art-profile | 21284 HSPLcom/android/server/notification/NotificationManagerService$10;->cancelNotificationWithTag(Ljava…
|