Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
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 …]
DJobConcurrencyManagerTest.java127 doReturn(job).when(context).getRunningJobLocked(); in createJobServiceContext()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java363 final JobStatus js1 = ca1.context.getRunningJobLocked();
364 final JobStatus js2 = ca2.context.getRunningJobLocked();
688 final JobStatus jobStatus = jsc.getRunningJobLocked(); in isJobInOvertimeLocked()
843 final JobStatus js = jsc.getRunningJobLocked(); in prepareForAssignmentDeterminationLocked()
981 final JobStatus runningJob = assignment.context.getRunningJobLocked(); in determineAssignmentsLocked()
1036 final JobStatus runningJob = assignment.context.getRunningJobLocked(); in determineAssignmentsLocked()
1077 && selectedContext.context.getRunningJobLocked() != null) { in determineAssignmentsLocked()
1154 if (selectedContext.context.getRunningJobLocked() != null) { in determineAssignmentsLocked()
1179 final JobStatus js = assignment.context.getRunningJobLocked(); in carryOutAssignmentChangesLocked()
1310 final JobStatus executing = jsc.getRunningJobLocked(); in getRunningJobServiceContextLocked()
[all …]
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()
DJobServiceContext.java602 JobStatus getRunningJobLocked() { in getRunningJobLocked() method in JobServiceContext
716 final JobStatus executing = getRunningJobLocked(); in stopIfExecutingLocked()
DJobSchedulerService.java3460 final JobStatus jobStatus = context.getRunningJobLocked();
/frameworks/base/services/
Dart-wear-profile12914 PLcom/android/server/job/JobServiceContext;->getRunningJobLocked()Lcom/android/server/job/controlle…