Home
last modified time | relevance | path

Searched refs:enqueueNotification (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java74 .enqueueNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in setUp()
77 .enqueueNotification(anyString(), anyString(), anyInt(), anyInt(), any(), in setUp()
109 coordinator.enqueueNotification(jsc, TEST_PACKAGE, pid, uid, notificationId, in testParameterValidation()
119 coordinator.enqueueNotification(jsc, TEST_PACKAGE, pid, uid, notificationId, in testParameterValidation()
128 coordinator.enqueueNotification(jsc, TEST_PACKAGE, pid, uid, notificationId, in testParameterValidation()
281 coordinator.enqueueNotification(jsc1, TEST_PACKAGE, pid, uid, notificationId1, in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()
287 coordinator.enqueueNotification(jsc2, TEST_PACKAGE, pid, uid, notificationId2, in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()
369 coordinator.enqueueNotification(jsc1, TEST_PACKAGE, pid, uid1, notificationId, in testMultipleJobs_sameApp_DifferentUsers()
375 coordinator.enqueueNotification(jsc2, TEST_PACKAGE, pid, uid2, notificationId, in testMultipleJobs_sameApp_DifferentUsers()
419 .enqueueNotification(eq(pkg1), eq(pkg1), eq(uid), eq(pid), any(), in testMultipleJobs_differentApps()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java28 void enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid, in enqueueNotification() method
30 void enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid, in enqueueNotification() method
H A DNotificationManagerService.java6480 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
6487 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
7789 enqueued = enqueueNotification();
7801 private boolean enqueueNotification() {
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobNotificationCoordinator.java113 void enqueueNotification(@NonNull JobServiceContext hostingContext, @NonNull String packageName, in enqueueNotification() method in JobNotificationCoordinator
177 mNotificationManagerInternal.enqueueNotification( in enqueueNotification()
H A DJobServiceContext.java949 mNotificationCoordinator.enqueueNotification(this, callingPkgName, in doSetNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1483 enqueueNotification(policy, TYPE_WARNING, totalBytes, null);
1493 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes, null);
1495 enqueueNotification(policy, TYPE_LIMIT, totalBytes, null);
1523 enqueueNotification(policy, TYPE_RAPID, 0,
1630 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes, in enqueueNotification() method in NetworkPolicyManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java1440 nm.enqueueNotification(localPackageName, localPackageName, in postNotification()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7085 mInternalService.enqueueNotification(notReal, "android", 0, 0, in testPostFromAndroidForNonExistentPackage()