Searched refs:removeNotificationAssociation (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/ |
H A D | JobNotificationCoordinatorTest.java | 152 coordinator.removeNotificationAssociation(jsc, JobParameters.STOP_REASON_UNDEFINED, in testSingleJob_DetachOnStop() 174 coordinator.removeNotificationAssociation(jsc, JobParameters.STOP_REASON_UNDEFINED, in testSingleJob_RemoveOnStop() 297 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueDifferentNotificationId() 306 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueDifferentNotificationId() 342 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueSameNotificationId() 348 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueSameNotificationId() 385 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_DifferentUsers() 394 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_DifferentUsers() 463 coordinator.removeNotificationAssociation(jsc, JobParameters.STOP_REASON_USER, in testUserStop_SingleJob_DetachOnStop() 499 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_USER, in testUserStop_MultipleJobs_sameApp_EnqueueSameNotificationId_DetachOnStop() [all …]
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobNotificationCoordinator.java | 145 removeNotificationAssociation(hostingContext, JobParameters.STOP_REASON_UNDEFINED, in enqueueNotification() 182 void removeNotificationAssociation(@NonNull JobServiceContext hostingContext, in removeNotificationAssociation() method in JobNotificationCoordinator
|
H A D | JobServiceContext.java | 1588 mNotificationCoordinator.removeNotificationAssociation(this, in closeAndCleanupJobLocked()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4258 HPLcom/android/server/job/JobNotificationCoordinator;->removeNotificationAssociation(Lcom/android/s…
|