/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/ |
H A D | JobNotificationCoordinatorTest.java | 155 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testSingleJob_DetachOnStop() 203 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testSingleJob_EnqueueDifferentNotificationId_DetachOnStop() 260 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testSingleJob_EnqueueSameNotificationId() 290 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testMultipleJobs_sameApp_EnqueueDifferentNotificationId() 303 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testMultipleJobs_sameApp_EnqueueDifferentNotificationId() 335 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testMultipleJobs_sameApp_EnqueueSameNotificationId() 345 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testMultipleJobs_sameApp_EnqueueSameNotificationId() 378 .cancelNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in testMultipleJobs_sameApp_DifferentUsers() 435 .cancelNotification(eq(pkg1), eq(pkg1), eq(uid), eq(pid), any(), in testMultipleJobs_differentApps() 438 .cancelNotification(anyString(), anyString(), eq(uid), anyInt(), any(), in testMultipleJobs_differentApps() [all …]
|
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 122 cancelNotification(1); 125 cancelNotification(2); 128 cancelNotification(3); 131 cancelNotification(4); 134 cancelNotification(5); 137 cancelNotification(6); 140 cancelNotification(7); 143 cancelNotification(8); 146 cancelNotification(9); 149 cancelNotification(10); [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ReviewNotificationPermissionsReceiver.java | 58 protected void cancelNotification(Context context) { in cancelNotification() method in ReviewNotificationPermissionsReceiver 91 cancelNotification(context); in onReceive() 97 cancelNotification(context); in onReceive()
|
H A D | NotificationManagerInternal.java | 33 void cancelNotification(String pkg, String basePkg, int callingUid, int callingPid, in cancelNotification() method
|
H A D | NotificationManagerService.java | 1159 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(), 1227 cancelNotification(callingUid, callingPid, pkg, tag, id, 1277 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId, 1700 cancelNotification(record.getSbn().getUid(), record.getSbn().getInitialPid(), 4734 cancelNotification(callingUid, callingPid, pkg, tag, id, 0 /* mustHaveFlags */, 6081 cancelNotification(MY_UID, MY_PID, pkg, sbn.getTag(), sbn.getId(), 0, 0, false, 6495 public void cancelNotification(String pkg, String opPkg, int callingUid, int callingPid, 6657 cancelNotification(uid, callingPid, pkg, tag, id, 0, 9564 void cancelNotification(final int callingUid, final int callingPid, 9568 cancelNotification(callingUid, callingPid, pkg, tag, id, mustHaveFlags, mustNotHaveFlags, [all …]
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | RemoteBugreportManager.java | 114 cancelNotification(); 260 cancelNotification(); in onBugreportFinished() 273 cancelNotification(); in onBugreportFailed() 345 private void cancelNotification() { in cancelNotification() method in RemoteBugreportManager
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/ |
H A D | DeviceStateNotificationControllerTest.java | 155 mController.cancelNotification(STATE_WITH_ACTIVE_NOTIFICATION); in test_activeNotification() 191 mController.cancelNotification(STATE_WITH_ALL_NOTIFICATION); in test_powerSaveNotification() 227 mController.cancelNotification(STATE_WITH_ALL_NOTIFICATION); in test_thermalNotification()
|
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
H A D | SlicePurchaseBroadcastReceiver.java | 97 public static void cancelNotification(@NonNull Context context, in cancelNotification() method in SlicePurchaseBroadcastReceiver 489 cancelNotification(context, capability); in onTimeout() 500 cancelNotification(context, capability); in onUserCanceled()
|
H A D | SlicePurchaseActivity.java | 90 SlicePurchaseBroadcastReceiver.cancelNotification(mApplicationContext, mCapability); in onCreate()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ReviewNotificationPermissionsReceiverTest.java | 49 protected void cancelNotification(Context context) { in cancelNotification() method in ReviewNotificationPermissionsReceiverTest.MockReviewNotificationPermissionsReceiver
|
H A D | NotificationManagerServiceTest.java | 7106 mInternalService.cancelNotification(notReal, "android", 0, 0, "tag", in testCancelFromAndroidForNonExistentPackage()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobNotificationCoordinator.java | 208 mNotificationManagerInternal.cancelNotification( in removeNotificationAssociation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 475 cancelNotification(getCredentialPermissionNotificationId(account, in cancelAccountAccessRequestNotificationIfNeeded() 2174 cancelNotification( in renameAccountInternal() 2182 cancelNotification(id, new UserHandle(accounts.userId)); in renameAccountInternal() 2339 cancelNotification(id, user); in removeAccountAsUser() 2614 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveCachedToken() 2627 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveAuthTokenToDatabase() 4243 cancelNotification(getCredentialPermissionNotificationId(account, in newRequestAccountAccessIntent() 5564 private void cancelNotification(NotificationId id, UserHandle user) { 5565 cancelNotification(id, mContext.getPackageName(), user); 6029 cancelNotification( [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/devicestate/ |
H A D | DeviceStateNotificationController.java | 175 void cancelNotification(int state) { in cancelNotification() method in DeviceStateNotificationController
|
H A D | DeviceStateManagerService.java | 674 mDeviceStateNotificationController.cancelNotification( in onOverrideRequestStatusChangedLocked()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 693 public final void cancelNotification(String pkg, String tag, int id) { in cancelNotification() method in NotificationListenerService 723 public final void cancelNotification(String key) { in cancelNotification() method in NotificationListenerService
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 1462 public void cancelNotification() { in cancelNotification() method in ServiceRecord 1477 nm.cancelNotification(localPackageName, localPackageName, appUid, appPid, in cancelNotification()
|
H A D | ActiveServices.java | 3292 r.cancelNotification(); in cancelForegroundNotificationLocked() 6341 allServices.get(i).cancelNotification(); in bringDownDisabledPackageServicesLocked()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 2239 cancelNotification(e); 2243 private void cancelNotification(Exception exception) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 1533 cancelNotification(notificationId); 1751 private void cancelNotification(NotificationId notificationId) { in cancelNotification() method in NetworkPolicyManagerService
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 566 HPLcom/android/server/accounts/AccountManagerService;->cancelNotification(Lcom/android/server/accou… 567 HPLcom/android/server/accounts/AccountManagerService;->cancelNotification(Lcom/android/server/accou… 5169 HSPLcom/android/server/notification/NotificationManagerService;->cancelNotification(IILjava/lang/St… 5170 HSPLcom/android/server/notification/NotificationManagerService;->cancelNotification(IILjava/lang/St…
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 40895 method @Deprecated public final void cancelNotification(String, String, int); 40896 method public final void cancelNotification(String);
|