Searched refs:cancelNotificationWithTag (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 59 void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id, int userId); in cancelNotificationWithTag() method
|
H A D | NotificationManager.java | 783 service.cancelNotificationWithTag(targetPackage, mContext.getOpPackageName(), in cancelAsPackage() 800 service.cancelNotificationWithTag( in cancelAsUser()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 1719 mBinderService.cancelNotificationWithTag(PKG, PKG, tag, 0, 0); in testEnqueueNotificationWithTag_LogsAgainAfterCancel() 1996 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNonexistentNotification() 2009 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationImmediatelyAfterEnqueue() 2050 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationWhilePostedAndEnqueued() 2397 mService.getBinderService().cancelNotificationWithTag( in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() 2424 mService.getBinderService().cancelNotificationWithTag( in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent() 2448 mService.getBinderService().cancelNotificationWithTag( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild() 2472 mService.getBinderService().cancelNotificationWithTag( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent() 8568 mBinderService.cancelNotificationWithTag(PKG, PKG, in testCancelNotificationsFromApp_cancelsBubbles() 11880 mService.getBinderService().cancelNotificationWithTag( [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountManagerServiceTest.java | 1155 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testFinishSessionAsUserSuccess() 2107 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testAddAccountAsUserSuccess()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerService.java | 5073 inm.cancelNotificationWithTag("android", "android", null, in cancelHeavyWeightProcessNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 5572 service.cancelNotificationWithTag(
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3565 public void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id,
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5094 HSPLcom/android/server/notification/NotificationManagerService$10;->cancelNotificationWithTag(Ljava…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1953 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1953 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6420 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava/la…
|