Searched refs:cancelNotificationWithTag (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 62 void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id, int userId); in cancelNotificationWithTag() method
|
D | NotificationManager.java | 846 service.cancelNotificationWithTag(targetPackage, mContext.getOpPackageName(), in cancelAsPackage() 863 service.cancelNotificationWithTag( in cancelAsUser()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1699 mBinderService.cancelNotificationWithTag(mPkg, mPkg, "tag", sbn.getId(), sbn.getUserId()); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 2051 mBinderService.cancelNotificationWithTag(mPkg, mPkg, tag, 0, mUserId); in testEnqueueNotificationWithTag_LogsAgainAfterCancel() 2300 mBinderService.cancelNotificationWithTag(mPkg, mPkg, in testCancelNonexistentNotification() 2313 mBinderService.cancelNotificationWithTag(mPkg, mPkg, in testCancelNotificationImmediatelyAfterEnqueue() 2330 mBinderService.cancelNotificationWithTag(mPkg, mPkg, "tag", sbn.getId(), sbn.getUserId()); in testPostCancelPostNotifiesListeners() 2354 mBinderService.cancelNotificationWithTag(mPkg, mPkg, in testCancelNotificationWhilePostedAndEnqueued() 2679 mBinderService.cancelNotificationWithTag(mPkg, mPkg, sbn.getTag(), sbn.getId(), in testCancelAfterSecondEnqueueDoesNotSpecifyForegroundFlag() 2698 mBinderService.cancelNotificationWithTag(mPkg, mPkg, sbn.getTag(), sbn.getId(), in testCancelWithTagDoesNotCancelLifetimeExtended() 2794 mService.getBinderService().cancelNotificationWithTag( in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() 2821 mService.getBinderService().cancelNotificationWithTag( in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 1161 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testFinishSessionAsUserSuccess() 2113 verify(mMockNotificationManager).cancelNotificationWithTag(anyString(), in testAddAccountAsUserSuccess()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 5273 inm.cancelNotificationWithTag("android", "android", null, in cancelHeavyWeightProcessNotification()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5663 service.cancelNotificationWithTag(
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3770 public void cancelNotificationWithTag(String pkg, String opPkg, String tag, int id,
|
/frameworks/base/services/ |
D | art-profile | 2023 HSPLcom/android/server/notification/NotificationManagerService$12;->cancelNotificationWithTag(Ljava…
|
D | art-wear-profile | 15874 HPLcom/android/server/notification/NotificationManagerService$12;->cancelNotificationWithTag(Ljava/…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1934 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1934 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6420 Landroid/app/INotificationManager$Stub$Proxy;->cancelNotificationWithTag(Ljava/lang/String;Ljava/la…
|