Searched refs:cancelNotificationWithTag (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 58 void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id, int userId); in cancelNotificationWithTag() method
|
H A D | NotificationManager.java | 764 service.cancelNotificationWithTag(targetPackage, mContext.getOpPackageName(), in cancelAsPackage() 781 service.cancelNotificationWithTag( in cancelAsUser()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 1164 mBinderService.cancelNotificationWithTag(PKG, PKG, "tag", sbn.getId(), sbn.getUserId()); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1440 mBinderService.cancelNotificationWithTag(PKG, PKG, tag, 0, 0); in testEnqueueNotificationWithTag_LogsAgainAfterCancel() 1467 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNonexistentNotification() 1480 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationImmediatelyAfterEnqueue() 1497 mBinderService.cancelNotificationWithTag(PKG, PKG, "tag", sbn.getId(), sbn.getUserId()); in testPostCancelPostNotifiesListeners() 1521 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationWhilePostedAndEnqueued() 1859 mBinderService.cancelNotificationWithTag(PKG, PKG, sbn.getTag(), sbn.getId(), in testCancelAfterSecondEnqueueDoesNotSpecifyForegroundFlag() 6493 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationsFromApp_cancelsBubbles() 7373 mBinderService.cancelNotificationWithTag(PKG, PKG, nr.getSbn().getTag(), in testNotificationBubbles_shortcut_stopListeningWhenNotifRemoved()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountManagerServiceTest.java | 1082 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testFinishSessionAsUserSuccess() 1976 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testAddAccountAsUserSuccess()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerService.java | 4741 inm.cancelNotificationWithTag("android", "android", null, in cancelHeavyWeightProcessNotification()
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 5431 service.cancelNotificationWithTag(
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3274 public void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id,
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1890 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1890 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6420 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava/la…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26434 HPLcom/android/server/notification/NotificationManagerService$11;->cancelNotificationWithTag(Ljava/…
|