Home
last modified time | relevance | path

Searched refs:getRunningJobLocked (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java153 jsc.getRunningJobLocked()); in testSingleJob_DetachOnStop()
175 jsc.getRunningJobLocked()); in testSingleJob_RemoveOnStop()
298 jsc1.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()
307 jsc2.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()
343 jsc1.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueSameNotificationId()
349 jsc2.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueSameNotificationId()
386 jsc1.getRunningJobLocked()); in testMultipleJobs_sameApp_DifferentUsers()
395 jsc2.getRunningJobLocked()); in testMultipleJobs_sameApp_DifferentUsers()
433 jsc1.getRunningJobLocked()); in testMultipleJobs_differentApps()
442 jsc2.getRunningJobLocked()); in testMultipleJobs_differentApps()
[all …]
H A DJobConcurrencyManagerTest.java127 doReturn(job).when(context).getRunningJobLocked(); in createJobServiceContext()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java362 final JobStatus js1 = ca1.context.getRunningJobLocked();
363 final JobStatus js2 = ca2.context.getRunningJobLocked();
684 final JobStatus jobStatus = jsc.getRunningJobLocked(); in isJobInOvertimeLocked()
839 final JobStatus js = jsc.getRunningJobLocked(); in prepareForAssignmentDeterminationLocked()
1308 final JobStatus executing = jsc.getRunningJobLocked(); in getRunningJobServiceContextLocked()
1327 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked()
1784 final JobStatus js = context.getRunningJobLocked(); in shouldStopRunningJobLocked()
1894 final JobStatus js = jc.getRunningJobLocked(); in executeStopCommandLocked()
1917 final JobStatus js = jc.getRunningJobLocked(); in getEstimatedNetworkBytesLocked()
1936 final JobStatus js = jc.getRunningJobLocked(); in getTransferredNetworkBytesLocked()
[all …]
H A DJobNotificationCoordinator.java117 final JobStatus jobStatus = hostingContext.getRunningJobLocked(); in enqueueNotification()
266 final JobStatus jobStatus = associatedContexts.valueAt(i).getRunningJobLocked(); in isNotificationUsedForAnyUij()
303 final JobStatus jobStatus = jsc.getRunningJobLocked(); in maybeDeleteNotificationChannelAssociation()
H A DJobServiceContext.java604 JobStatus getRunningJobLocked() { in getRunningJobLocked() method in JobServiceContext
718 final JobStatus executing = getRunningJobLocked(); in stopIfExecutingLocked()
H A DJobSchedulerService.java3266 final JobStatus jobStatus = context.getRunningJobLocked();
/aosp14/frameworks/base/services/
H A Dart-profile4366 HSPLcom/android/server/job/JobServiceContext;->getRunningJobLocked()Lcom/android/server/job/control…