Searched refs:jsc (Results 1 – 1 of 1) sorted by relevance
1239 JobServiceContext jsc = mActiveServices.get(i); in onDeviceIdleStateChanged() local1240 final JobStatus executing = jsc.getRunningJobLocked(); in onDeviceIdleStateChanged()1243 jsc.cancelExecutingJobLocked(JobParameters.REASON_DEVICE_IDLE, in onDeviceIdleStateChanged()1267 final JobServiceContext jsc = mActiveServices.get(i); in reportActiveLocked() local1268 final JobStatus job = jsc.getRunningJobLocked(); in reportActiveLocked()1518 JobServiceContext jsc = mActiveServices.get(i); in stopJobOnServiceContextLocked() local1519 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked()1521 jsc.cancelExecutingJobLocked(reason, debugReason); in stopJobOnServiceContextLocked()2930 for (JobServiceContext jsc : mActiveServices) { in getStartedJobs()2931 final JobStatus job = jsc.getRunningJobLocked(); in getStartedJobs()[all …]